Property | Type | Description | |
---|---|---|---|
KeyChannelCache | ChannelDuration>.Dictionary |
Method | Description | |
---|---|---|
ChannelKey_Maintain ( ) : void | ||
ChannelKey_Start ( A_Enums Hotkey, int ChannelTicks ) : void | ||
ChannelKey_StopAll ( ) : void | ||
Close_AllWindows ( ) : void | ||
Inventory ( ) : void | ||
ParagonWindow ( ) : void | ||
PressKey ( A_Enums Hotkey, bool ForceMoveCancel = false ) : void | ||
SkillsWindow ( ) : void | ||
convert_KeyToSlimDxKey ( Enigma Key ) : SlimDX.DirectInput.Key | ||
convert_KeyToVirtualKeyCode ( Key InternalKey ) : VirtualKeyCode | ||
convert_KeysToKey ( System Key ) : SlimDX.DirectInput.Key |
Method | Description | |
---|---|---|
PressKey ( VirtualKeyCode Key ) : void | ||
PressModKey ( ModifierKeys ModKey ) : void | ||
ReleaseModKey ( ModifierKeys ModKey ) : void | ||
execute_ForceMove ( ) : void | ||
execute_StandStill_LeftClick ( ) : void | ||
getKeys_ActionBarSlot ( ActionBarSlot actionbarslot ) : List |
||
getVirtualKeyCodes_byModkey ( ModifierKeys modkey ) : List |
public static ChannelKey_Start ( A_Enums Hotkey, int ChannelTicks ) : void | ||
Hotkey | A_Enums | |
ChannelTicks | int | |
return | void |
public static PressKey ( A_Enums Hotkey, bool ForceMoveCancel = false ) : void | ||
Hotkey | A_Enums | |
ForceMoveCancel | bool | |
return | void |
public static convert_KeyToSlimDxKey ( Enigma Key ) : SlimDX.DirectInput.Key | ||
Key | Enigma | |
return | SlimDX.DirectInput.Key |
public static convert_KeyToVirtualKeyCode ( Key InternalKey ) : VirtualKeyCode | ||
InternalKey | Key | |
return | VirtualKeyCode |
public static convert_KeysToKey ( System Key ) : SlimDX.DirectInput.Key | ||
Key | System | |
return | SlimDX.DirectInput.Key |