Skip to content

class_mainloop

reduz edited this page Feb 23, 2014 · 10 revisions

MainLoop

#####Inherits: Object

Brief Description

Main loop is the abstract main loop base class.

Member Functions

Numeric Constants

  • NOTIFICATION_WM_FOCUS_IN = 5
  • NOTIFICATION_WM_FOCUS_OUT = 6
  • NOTIFICATION_WM_QUIT_REQUEST = 7
  • NOTIFICATION_WM_UNFOCUS_REQUEST = 8

Description

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.

Member Function Description

Clone this wiki locally