Learn how to evaluate and integrate the VNC SDK
Viewer.ServerPointerCallback¶
-
class Viewer.ServerPointerCallback¶ Callback receiving server mouse pointer position, size and image.
For more information, see
vnc_Viewer_ServerPointerCallbackin the C API documentation.
Nested classes¶
- Viewer.ServerPointerCallback.ServerPointerPosType
- Viewer.ServerPointerCallback.ServerPointerImageChangedType
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Initializes a new ServerPointerCallback class instance. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
void |
Handles the ServerPointerPos event.
By default, calls the |
void |
Handles the ServerPointerImageChanged event.
By default, calls the |
Constructors¶
-
Viewer.ServerPointerCallback(Viewer.ServerPointerCallback.ServerPointerPosType serverPointerPos = null, Viewer.ServerPointerCallback.ServerPointerImageChangedType serverPointerImageChanged = null)¶ Initializes a new ServerPointerCallback class instance.
For more information, see
vnc_Viewer_ServerPointerCallback()in the C API documentation.
Methods¶
Fields¶
-
Viewer.ServerPointerCallback.ServerPointerPos¶ Notification that the server’s mouse pointer has changed position.
For more information, see
vnc_Viewer_ServerPointerCallback::serverPointerPosin the C API documentation.
-
Viewer.ServerPointerCallback.ServerPointerImageChanged¶ Notification that the server’s pointer image has changed.
For more information, see
vnc_Viewer_ServerPointerCallback::serverPointerImageChangedin the C API documentation.