C# Class D3Helper.A_Tools.InputSimulator.IS_Keyboard

Mostrar archivo Open project: r3peat/D3Helper.Public

Public Properties

Property Type Description
KeyChannelCache ChannelDuration>.Dictionary

Public Methods

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

Private Methods

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

Method Details

ChannelKey_Maintain() public static method

public static ChannelKey_Maintain ( ) : void
return void

ChannelKey_Start() public static method

public static ChannelKey_Start ( A_Enums Hotkey, int ChannelTicks ) : void
Hotkey A_Enums
ChannelTicks int
return void

ChannelKey_StopAll() public static method

public static ChannelKey_StopAll ( ) : void
return void

Close_AllWindows() public static method

public static Close_AllWindows ( ) : void
return void

Inventory() public static method

public static Inventory ( ) : void
return void

ParagonWindow() public static method

public static ParagonWindow ( ) : void
return void

PressKey() public static method

public static PressKey ( A_Enums Hotkey, bool ForceMoveCancel = false ) : void
Hotkey A_Enums
ForceMoveCancel bool
return void

SkillsWindow() public static method

public static SkillsWindow ( ) : void
return void

convert_KeyToSlimDxKey() public static method

public static convert_KeyToSlimDxKey ( Enigma Key ) : SlimDX.DirectInput.Key
Key Enigma
return SlimDX.DirectInput.Key

convert_KeyToVirtualKeyCode() public static method

public static convert_KeyToVirtualKeyCode ( Key InternalKey ) : VirtualKeyCode
InternalKey Key
return VirtualKeyCode

convert_KeysToKey() public static method

public static convert_KeysToKey ( System Key ) : SlimDX.DirectInput.Key
Key System
return SlimDX.DirectInput.Key

Property Details

KeyChannelCache public_oe static_oe property

public static Dictionary KeyChannelCache
return ChannelDuration>.Dictionary