Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.ServerPointerCallback

class Viewer.ServerPointerCallback

Callback receiving server mouse pointer position, size and image.

For more information, see vnc_Viewer_ServerPointerCallback in the C API documentation.

Nested classes

Constructor summary

Modifier and Type Method and Description

Viewer.ServerPointerCallback(Viewer.ServerPointerCallback.ServerPointerPosType serverPointerPos = null, Viewer.ServerPointerCallback.ServerPointerImageChangedType serverPointerImageChanged = null)

Initializes a new ServerPointerCallback class instance.

Method summary

Modifier and Type Method and Description
void

Viewer.ServerPointerCallback.OnServerPointerPos(Viewer viewer, Int32 x, Int32 y, Boolean local)

Handles the ServerPointerPos event. By default, calls the Viewer.ServerPointerCallback.ServerPointerPos delegate.

void

Viewer.ServerPointerCallback.OnServerPointerImageChanged(Viewer viewer, Int32 x, Int32 y, Int32 width, Int32 height)

Handles the ServerPointerImageChanged event. By default, calls the Viewer.ServerPointerCallback.ServerPointerImageChanged delegate.

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

void Viewer.ServerPointerCallback.OnServerPointerPos (Viewer viewer, Int32 x, Int32 y, Boolean local)

Handles the ServerPointerPos event. By default, calls the Viewer.ServerPointerCallback.ServerPointerPos delegate.

void Viewer.ServerPointerCallback.OnServerPointerImageChanged (Viewer viewer, Int32 x, Int32 y, Int32 width, Int32 height)

Handles the ServerPointerImageChanged event. By default, calls the Viewer.ServerPointerCallback.ServerPointerImageChanged delegate.

Fields

Viewer.ServerPointerCallback.ServerPointerPos

Notification that the server’s mouse pointer has changed position.

For more information, see vnc_Viewer_ServerPointerCallback::serverPointerPos in the C API documentation.

Viewer.ServerPointerCallback.ServerPointerImageChanged

Notification that the server’s pointer image has changed.

For more information, see vnc_Viewer_ServerPointerCallback::serverPointerImageChanged in the C API documentation.

×