-
Notifications
You must be signed in to change notification settings - Fork 0
class_mainloop
reduz edited this page Feb 23, 2014
·
10 revisions
#####Inherits: Object
Main loop is the abstract main loop base class.
- void
input_event( InputEvent arg0 )
- NOTIFICATION_WM_FOCUS_IN = 5
- NOTIFICATION_WM_FOCUS_OUT = 6
- NOTIFICATION_WM_QUIT_REQUEST = 7
- NOTIFICATION_WM_UNFOCUS_REQUEST = 8
Main loop is the abstract main loop base class. All other main loop classes are derived from it. Upon application start, a mainloop has to be provided to OS, else the application will exit. This happens automatically (and a scenemainloop is created), unless a main script is supplied, which may or not create and return a mainloop.