Skip to content

Index of Module eventloop

Chris Petersen edited this page Oct 16, 2014 · 7 revisions

Module: eventloop

The eventloop module defines the structure of programs, with initiation, main loop and termination functions, as well as optional suspension and resume functions for some mobile platforms. It is REQUIRED for all non-standalone applications.

Functions in this module:

Function Short Description
(event-push t x y) Insert a fake event into the runloop
(make-window w h) Changes default window size and prevents application from going full screen
(main p1 p2 p3 . px) The declaration structure of all non-standalone applications
(terminate) Tell the main program loop to exit nicely
Clone this wiki locally