Learn how to evaluate and integrate the VNC SDK
DisplayManager.Callback¶
-
vncsdk.DisplayManager.Callback¶ Callback receiving display changes.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
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