Learn how to evaluate and integrate the VNC SDK
Server.InputEventsCallback¶
-
class Server.InputEventsCallback
¶ Callback for handling input events.
For more information, see
vnc_Server_InputEventsCallback
in the C API documentation.
Nested classes¶
Constructor summary
Modifier and Type | Method and Description |
---|---|
Initializes a new InputEventsCallback class instance. |
Method summary
Modifier and Type | Method and Description |
---|---|
Boolean |
Handles the PointerEventCallback event.
By default, calls the |
Boolean |
Handles the KeyEventCallback event.
By default, calls the |
Constructors¶
-
Server.InputEventsCallback
(Server.InputEventsCallback.PointerEventCallbackType pointerEventCallback = null, Server.InputEventsCallback.KeyEventCallbackType keyEventCallback = null)¶ Initializes a new InputEventsCallback class instance.
For more information, see
vnc_Server_InputEventsCallback()
in the C API documentation.
Methods¶
Fields¶
-
Server.InputEventsCallback.PointerEventCallback
¶ Handle pointer events manually.
For more information, see
vnc_Server_InputEventsCallback::pointerEventCallback
in the C API documentation.
-
Server.InputEventsCallback.KeyEventCallback
¶ Handle keypress events manually.
For more information, see
vnc_Server_InputEventsCallback::keyEventCallback
in the C API documentation.