ParsecHostPollEvents
boolParsecHostPollEvents(Parsec *ps,uint32_ttimeout,ParsecHostEvent *event)
Poll host events.
Parameters
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
in | timeout | Timeout in milliseconds to wait for a new event to become available. |
out | event | Generic host event that can represent any event type. |
Returns
true
if a new event was available and event
was filled, otherwise false
if no events were available.