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