C# Class Sharplike.Core.Input.ControlState

Show file Open project: eropple/sharplike Class Usage Examples

Public Methods

Method Description
ControlState ( ) : System
GetCommand ( Keys keypress, String state ) : CommandData
GetCommand ( Keys keypress, String state, System.Boolean isMouse ) : CommandData
ReadIni ( Nini.Ini.IniReader r ) : void
SetCommand ( Keys keycode, String command, String statename ) : void
WriteIni ( IniWriter w ) : void

Private Methods

Method Description
ControlState ( ControlState p ) : System
GetChild ( String location, bool create ) : ControlState
GetCommand ( Keys keypress ) : String
WriteIni ( IniWriter w, String ownns ) : void

Method Details

ControlState() public method

public ControlState ( ) : System
return System

GetCommand() public method

public GetCommand ( Keys keypress, String state ) : CommandData
keypress Keys
state String
return CommandData

GetCommand() public method

public GetCommand ( Keys keypress, String state, System.Boolean isMouse ) : CommandData
keypress Keys
state String
isMouse System.Boolean
return CommandData

ReadIni() public method

public ReadIni ( Nini.Ini.IniReader r ) : void
r Nini.Ini.IniReader
return void

SetCommand() public method

public SetCommand ( Keys keycode, String command, String statename ) : void
keycode Keys
command String
statename String
return void

WriteIni() public method

public WriteIni ( IniWriter w ) : void
w Nini.Ini.IniWriter
return void