pointer_event


Description:

public bool pointer_event (uint8 button_mask, uint16 x, uint16 y)

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

Parameters:

this

the connection object

button_mask

the new state of the buttons

x

the new horizontal position of the pointer

y

the new veritical position of the pointer

Returns:

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