xpra

Cursor

This subsystem synchronizes the pointer cursor between the server’s (often virtual) screen and the client.

The prefix for all packets and capabilities is cursor.

Implementations

Component Link
client xpra.client.subsystem.cursor
client connection xpra.server.source.cursor
server xpra.server.subsystem.cursor

Client Capabilities

Capability Type Purpose
encodings array of strings The types of cursor packets that the client can handle

The supported encodings are:

Server Capabilities

Capability Type Purpose
default cursor packet data The default cursor to use
default_size integer The default size of cursors on the server
max_size pair of integers The maximum size of the server cursors

Example capabilities

Network Packets

Packet Type Direction Arguments Purpose
cursor-set client to server boolean Tell the server to enable or disable cursors
cursor-data server to client cursor packet data Use the cursor specified
cursor-default server to client   Restore the default cursor

Cursor Packet Data

TBD