[Flags]
|
|||||
enum
|
InputModifiers
|
None
|
= 0
|
No modifying keys or buttons are pressed down for the input event. |
---|---|---|
Alt
|
= 0x01
|
Alt is pressed down. |
Shift
|
= 0x02
|
Shift is pressed down. |
Control
|
= 0x04
|
Control is pressed down. |
Left
|
= 0x08
|
The Left button is pressed down. |
Middle
|
= 0x10
|
The Middle button is pressed down. |
Right
|
= 0x20
|
The Right button is pressed down. |
Keyboard
|
= 0x07
|
At least one of the keyboard modifier keys is pressed down. See also: InputModifiers.AltInputModifiers.Shift InputModifiers.Control |
Mouse
|
= 0x38
|
At least one of the mouse buttons is pressed down. See also: InputModifiers.LeftInputModifiers.Middle InputModifiers.Right |