C# Class WoWmapper.Controllers.InputMapper

Datei anzeigen Open project: topher-au/WoWmapper

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ActiveController_ButtonStateChanged ( GamepadButton button, bool state ) : void
GetForegroundWindow ( ) : IntPtr
InputMapper ( ) : System
InputWatcherThread ( ) : void
ProcessCharacterMenu ( GamepadButton button, bool state ) : void
ProcessCursor ( Point axis ) : void
ProcessInput ( GamepadButton button, bool state ) : void
ProcessMovement ( Point axis ) : void
ProcessPlayerAoe ( GamepadButton button, bool state ) : void

Method Details

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void