Class MouseArg
- Namespace
- Svg
- Assembly
- Svg.dll
Represents the state of the mouse at the moment the event occurred.
public class MouseArg : SVGArg
- Inheritance
-
MouseArg
- Inherited Members
Fields
AltKey
Alt modifier key pressed
public bool AltKey
Field Value
Button
1 = left, 2 = middle, 3 = right
public int Button
Field Value
ClickCount
Amount of mouse clicks, e.g. 2 for double click
public int ClickCount
Field Value
CtrlKey
Control modifier key pressed
public bool CtrlKey
Field Value
ShiftKey
Shift modifier key pressed
public bool ShiftKey
Field Value
x
public float x
Field Value
y
public float y