Learn how to evaluate and integrate the VNC SDK
EventLoopWin¶
Nested Classes¶
Method Summary¶
Modifier and Type | Method and Description |
---|---|
{int} |
Gets the array of events that the SDK currently wishes to be notified of. |
int |
Handles the given event (if any) and process expired timers. |
Sets the event loop callback. |
Static methods¶
-
vncsdk.EventLoopWin.
get_events
()¶ Gets the array of events that the SDK currently wishes to be notified of.
For more information, see
vnc_EventLoopWin_getEvents()
.Return type: {int}
-
vncsdk.EventLoopWin.
handle_event
(event)¶ Handles the given event (if any) and process expired timers.
For more information, see
vnc_EventLoopWin_handleEvent()
.Parameters: event (int) – Return type: int
-
vncsdk.EventLoopWin.
set_callback
(callback)¶ Sets the event loop callback.
For more information, see
vnc_EventLoopWin_setCallback()
.Parameters: callback ( vncsdk.EventLoopWin.Callback
or None) –