public Manager() { _deviceContext = ManagedWrapper.CreateContext(); _timer = new MultimediaTimer() { Interval = _pollRate }; _timer.Elapsed += DoPoll; }
public Manager() { _deviceContext = ManagedWrapper.CreateContext(); }
public Monitor() { _deviceContext = ManagedWrapper.CreateContext(); SetThreadState(true); }
public ScanCodeChecker() { _deviceContext = ManagedWrapper.CreateContext(); }