Do not query for controllers on OS X. This seems to make the trackpad freeze sometimes. We listen for usb-events anyway. Closes #245
This commit is contained in:
parent
7372963c6d
commit
f49e83f0e7
1 changed files with 2 additions and 0 deletions
|
@ -140,7 +140,9 @@ void TelldusMain::start(void) {
|
||||||
while(janitor->isSignaled()) {
|
while(janitor->isSignaled()) {
|
||||||
janitor->popSignal();
|
janitor->popSignal();
|
||||||
}
|
}
|
||||||
|
#ifdef _MACOSX
|
||||||
controllerManager.queryControllerStatus();
|
controllerManager.queryControllerStatus();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue