Provides data for the PointerChanged event.
Inheritance Hierarchy
SystemEventArgs
RemoteViewing.VncPointerChangedEventArgs
Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The PointerChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PointerChangedEventArgs |
Initializes a new instance of the PointerChangedEventArgs class.
|
Properties
Name | Description | |
---|---|---|
![]() | PressedButtons |
A bit mask of pressed mouse buttons, in X11 convention: 1 is left, 2 is middle, and 4 is right.
Mouse wheel scrolling is treated as a button event: 8 for up and 16 for down.
|
![]() | X |
The X coordinate of the mouse.
|
![]() | Y |
The Y coordinate of the mouse.
|
See Also