Method

GVncConnectionpointer_event

Declaration [src]

gboolean
vnc_connection_pointer_event (
  VncConnection* conn,
  guint8 button_mask,
  guint16 x,
  guint16 y
)

Description [src]

Send a pointer event to the server, reflecting either movement of the pointer, or a change in state of its buttons, or both.

Parameters

button_mask guint8
 

The new state of the buttons.

x guint16
 

The new horizontal position of the pointer.

y guint16
 

The new veritical position of the pointer.

Return value

Returns: gboolean
 

TRUE if the connection is ok, FALSE if it has an error.