RfbProtocol.WritePointerEvent Method
Sends a mouse movement or button press/release to the server. See RFB Doc v. 3.8 section 6.3.6.
[Visual Basic]Public Sub WritePointerEvent( _
ByVal
buttonMask As
Byte, _
ByVal
point As
Point _
)
[C#]public
void WritePointerEvent(
byte buttonMask,
Point point);
Parameters
- buttonMask
- A bitmask indicating which button(s) are pressed.
- point
- The location of the mouse cursor.
See Also
RfbProtocol Class | VncSharp Namespace