Skip to content

Index of Module eventloop

Matthias Görges edited this page Aug 3, 2013 · 7 revisions

Module: eventloop

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

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