pointer_event
Description:
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 |