]> git.tdb.fi Git - libs/core.git/commitdiff
Add window and input management signals for Android
authorMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 11:35:05 +0000 (14:35 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 11:42:26 +0000 (14:42 +0300)
The onCreate handler will now wait until either the main Application
object is constructed or the MainThread's resume_startup function is
called.  This ensures that the application (or a library such as mspgui)
can connect to the signals before they are emitted.


No differences found