public static ParsecLibrary.ParsecClientEventType
enum values
static int CLIENT_EVENT_CURSOR
A cursor mode change or image update is available, `cursor` is valid in ::ParsecClientEvent. Call ::ParsecGetBuffer in the case of an image update.
native declaration : line 564
static int CLIENT_EVENT_RUMBLE
Gamepad rumble event, `rumble` is valid in ::ParsecClientEvent.
native declaration : line 565
static int CLIENT_EVENT_USER_DATA
User-defined message from the host, `userData` is valid in ::ParsecClientEvent.
native declaration : line 566
static int CLIENT_EVENT_BLOCKED
The client has been temporarily blocked from sending input and receiving host output.
native declaration : line 567
static int CLIENT_EVENT_UNBLOCKED
The client has returned to normal operation after receiving a ::CLIENT_EVENT_BLOCKED.
native declaration : line 568
static int __CLIENT_EVENT_MAKE_32
native declaration : line 569