From: Mikko Rasa Date: Thu, 21 Jul 2016 00:01:03 +0000 (+0300) Subject: Add support for blocking ticks and EventDispatcher in GameController X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=97ea3f88027c577811bcd9717ad506f254d393f5;hp=97ea3f88027c577811bcd9717ad506f254d393f5;p=libs%2Fgui.git 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. ---