GetEvent (Kernel)¶
-
GetEvent(types event)¶ GetEvent retrieves the event type(s) and places them in the specified event object’s properties. See
Eventfor further description of the event types.Parameters: - types (number) – A bitmask of event types.
- event (heapPtr) – An
Eventobject.
Returns: TRUE if the event was created, otherwise FALSE.