C# 클래스 Sharplike.Core.Input.ControlState

파일 보기 프로젝트 열기: eropple/sharplike 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ControlState ( ControlState p ) : System
GetChild ( String location, bool create ) : ControlState
GetCommand ( Keys keypress ) : String
WriteIni ( IniWriter w, String ownns ) : void

메소드 상세

ControlState() 공개 메소드

public ControlState ( ) : System
리턴 System

GetCommand() 공개 메소드

public GetCommand ( Keys keypress, String state ) : CommandData
keypress Keys
state String
리턴 CommandData

GetCommand() 공개 메소드

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

ReadIni() 공개 메소드

public ReadIni ( Nini.Ini.IniReader r ) : void
r Nini.Ini.IniReader
리턴 void

SetCommand() 공개 메소드

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

WriteIni() 공개 메소드

public WriteIni ( IniWriter w ) : void
w Nini.Ini.IniWriter
리턴 void