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.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public int PressedButtons { get; private set; }
public int PressedButtons { get; private set; }
Public Property PressedButtons As Integer
Get
Private Set
Public Property PressedButtons As Integer
Get
Private Set
public:
property int PressedButtons {
int get ();
private: void set (int value);
}
public:
property int PressedButtons {
int get ();
private: void set (int value);
}
member PressedButtons : int with get, private set
member PressedButtons : int with get, private set