bool GetEvent(number types, heapPtr event)
GetEvent retreives the event type(s) and places them in the specified event object's properties. It returns TRUE if the event was created, FALSE if not.
The event types, specified in SCI.SH can be any of the following:
evNULL A null event evMOUSEBUTTON A mouse button press event evMOUSERELEASE A mouse button press event evKEYBOARD A keyboard event evJOYSTICK A joystick event evMOUSEKEYBOARD A mouse button press or keyboard event evALL_EVENTS Check for all events
See Also: GlobalToLocal, LocalToGlobal