ParsecClientPollEvents
boolParsecClientPollEvents(Parsec *ps,uint32_ttimeout,ParsecClientEvent *event)
Poll client 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 client event that can represent any event type. |
Returns
true
if a new event was available and event
is valid, otherwise false
if no events were available.