Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DisplayManager.Callback

vncsdk.DisplayManager.Callback

Callback receiving display changes.

Method Summary

Modifier and Type Method and Description

displays_changed(display_manager)

Notification that a display has been added or removed, or the resolution of an existing display has changed.

Methods

DisplayManager.Callback.displays_changed(display_manager)

Notification that a display has been added or removed, or the resolution of an existing display has changed.

For more information, see vnc_DisplayManager_Callback::displaysChanged.

Parameters:display_manager (vncsdk.DisplayManager) –
Returns:None
×