C# 클래스 Infiniminer.KeyBindHandler

파일 보기 프로젝트 열기: bobisfat/Infiniminer

공개 메소드들

메소드 설명
BindKey ( Buttons button, string key, bool overwrite ) : bool
CreateDefaultSet ( ) : void
GetBound ( Keys theKey ) : Buttons
GetBound ( MouseButton theButton ) : Buttons
IsBound ( Buttons button, Keys theKey ) : bool
IsBound ( Buttons button, MouseButton mb ) : bool
IsPressed ( Buttons button ) : bool
SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void

메소드 상세

BindKey() 공개 메소드

public BindKey ( Buttons button, string key, bool overwrite ) : bool
button Buttons
key string
overwrite bool
리턴 bool

CreateDefaultSet() 공개 메소드

public CreateDefaultSet ( ) : void
리턴 void

GetBound() 공개 메소드

public GetBound ( Keys theKey ) : Buttons
theKey Keys
리턴 Buttons

GetBound() 공개 메소드

public GetBound ( MouseButton theButton ) : Buttons
theButton MouseButton
리턴 Buttons

IsBound() 공개 메소드

public IsBound ( Buttons button, Keys theKey ) : bool
button Buttons
theKey Keys
리턴 bool

IsBound() 공개 메소드

public IsBound ( Buttons button, MouseButton mb ) : bool
button Buttons
mb MouseButton
리턴 bool

IsPressed() 공개 메소드

public IsPressed ( Buttons button ) : bool
button Buttons
리턴 bool

SaveBinds() 공개 메소드

public SaveBinds ( Infiniminer.DatafileWriter output, string filename ) : void
output Infiniminer.DatafileWriter
filename string
리턴 void