C# Class Sharplike.Core.Input.ControlState

Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ControlState ( ) : System
Résultat System

GetCommand() public méthode

public GetCommand ( Keys keypress, String state ) : CommandData
keypress Keys
state String
Résultat CommandData

GetCommand() public méthode

public GetCommand ( Keys keypress, String state, System.Boolean isMouse ) : CommandData
keypress Keys
state String
isMouse System.Boolean
Résultat CommandData

ReadIni() public méthode

public ReadIni ( Nini.Ini.IniReader r ) : void
r Nini.Ini.IniReader
Résultat void

SetCommand() public méthode

public SetCommand ( Keys keycode, String command, String statename ) : void
keycode Keys
command String
statename String
Résultat void

WriteIni() public méthode

public WriteIni ( IniWriter w ) : void
w Nini.Ini.IniWriter
Résultat void