Pulls an event from the events stack.
This function is used internally by DiskOS to run the default event loop, which calls the callback functions that start by _
like _update
and _mousepressed
, etc..
Events in LIKO-12 may be pulled directly, or pulled from a stack if there are already, the stack may fill up when CPU.sleep or GPU.flip are called.
event, a,b,c,d,e,f = pullEvent()