VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
VoK.Sdk.Events.HotKeyEventArgs Class Reference

Arguments for Hotkey events More...

Inherits VoK.Sdk.Events.ControlKeyArgs, and ICloneable.

Public Member Functions

 HotKeyEventArgs (int key, bool control, bool shift, bool alt)
 
object Clone ()
 
- Public Member Functions inherited from VoK.Sdk.Events.ControlKeyArgs
 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

int Key [get]
 This int should map to a System.Windows.Forms.Keys enumeration value, but an integer is used to not carry the .Forms dependency in the SDK More...
 
- Properties inherited from VoK.Sdk.Events.ControlKeyArgs
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...
 

Detailed Description

Arguments for Hotkey events


The documentation for this class was generated from the following file: