Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

EventLoopWin

Method Summary

Modifier and Type Method and Description
{int}

get_events()

Gets the array of events that the SDK currently wishes to be notified of.

int

handle_event(event)

Handles the given event (if any) and process expired timers.

set_callback(callback)

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) –
×