]> git.tdb.fi Git - libs/gui.git/commit
Add support for blocking ticks and EventDispatcher in GameController
authorMikko Rasa <tdb@tdb.fi>
Thu, 21 Jul 2016 00:01:03 +0000 (03:01 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 21 Jul 2016 00:35:16 +0000 (03:35 +0300)
commit97ea3f88027c577811bcd9717ad506f254d393f5
tree17c75ce5de4bb572cb61af24b01d4f5538f662a6
parente15959a69551c2027029470e65a17ea5a305545b
Add support for blocking ticks and EventDispatcher in GameController

Note: the parameterless tick() method was previously non-blocking but now
blocks until an event is received.
source/input/gamecontroller.h
source/input/generic/gamecontroller.cpp
source/input/linux/gamecontroller.cpp