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

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...
 

Detailed Description

class for wrapping up control key modifiers


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