C# Class Tantric.Input.InputMap

Mostrar archivo Open project: TheEtiologist/tantric

Public Methods

Method Description
InterpretKey ( Microsoft key ) : String
InterpretMouse ( int buttonNumber ) : String
SwapButtons ( List args ) : void

Private Methods

Method Description
InputMap ( ) : System

Method Details

InterpretKey() public static method

public static InterpretKey ( Microsoft key ) : String
key Microsoft
return String

InterpretMouse() public static method

public static InterpretMouse ( int buttonNumber ) : String
buttonNumber int
return String

SwapButtons() public static method

public static SwapButtons ( List args ) : void
args List
return void