PointerChangedEventArgs MembersRemoteViewing

The PointerChangedEventArgs type exposes the following members.
Constructors

  NameDescription
Public methodPointerChangedEventArgs
Initializes a new instance of the PointerChangedEventArgs class.
Back to Top
Properties

  NameDescription
Public propertyPressedButtons
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.
Public propertyX
The X coordinate of the mouse.
Public propertyY
The Y coordinate of the mouse.
Back to Top
See Also