ParsecClientEvent
Generic client event that can represent any event type.
Returned by ParsecClientPollEvents
. The application can switch on the type
member to see which Event
struct should be evaluated. The Event
structs are unioned.
Fields
Type | Name | Description |
---|---|---|
ParsecClientEventType | type | Client event type. |
ParsecClientCursorEvent | cursor | Cursor mode/image update event. |
ParsecClientRumbleEvent | rumble | Gamepad rumble data event. |
ParsecClientStreamEvent | stream | Video stream status change event. |
ParsecClientUserDataEvent | userData | User-defined host message event. |
ParsecClientConnectionEvent | connection | The clients connection status event change event. |
ParsecCandidate | candidate | A nat client possibility. |