ParsecClientEventType
Client event type.
Member of ParsecClientEvent
.
Values
Name | Value | Description |
---|---|---|
CLIENT_EVENT_CURSOR | 1 | A cursor mode change or image update is available, cursor is valid in ParsecClientEvent . Call ParsecGetBuffer in the case of an image update. |
CLIENT_EVENT_RUMBLE | 2 | Gamepad rumble event, rumble is valid in ParsecClientEvent . |
CLIENT_EVENT_USER_DATA | 3 | User-defined message from the host, userData is valid in ParsecClientEvent . |
CLIENT_EVENT_BLOCKED | 4 | The client has been temporarily blocked from sending input and receiving host output. |
CLIENT_EVENT_UNBLOCKED | 5 | The client has returned to normal operation after receiving a CLIENT_EVENT_BLOCKED . |
CLIENT_EVENT_STREAM | 6 | A video stream has changed status, possibly indicating failure. stream is valid in ParsecClientEvent . |
CLIENT_EVENT_CONNECTION | 7 | The client connection state changed, connectionState is valid in ParsecClientEvent . |
CLIENT_EVENT_CANDIDATE | 8 | There was a NAT client connection available. |