VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
class for wrapping up control key modifiers More...
Inherits ICloneable.
Inherited by VoK.Sdk.Events.HotKeyEventArgs.
Public Member Functions | |
ControlKeyArgs () | |
creates a ControlKeyArgs instance with all flags false More... | |
ControlKeyArgs (bool control, bool shift, bool alt) | |
creates a ControlKeyArgs instance with the specified default values More... | |
object | Clone () |
Properties | |
bool | Control = false [get] |
whether or not the control key was pressed More... | |
bool | Shift = false [get] |
whether or not the shift key was pressed More... | |
bool | Alt = false [get] |
whether or not the alt key was pressed More... | |
class for wrapping up control key modifiers