C# 클래스 CSPspEmu.Gui.CommonGuiInput

파일 보기 프로젝트 열기: soywiz/cspspemu

Private Properties

프로퍼티 타입 설명
GetButtonsFromKeys PspCtrlButtons
TryUpdateAnalog void

공개 메소드들

메소드 설명
CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
KeyPress ( string Key ) : void
KeyRelease ( string Key ) : void
NormalizeKeyName ( string Key ) : string
ReLoadControllerConfig ( ) : void
SendControllerFrame ( ) : void

비공개 메소드들

메소드 설명
GetButtonsFromKeys ( string Key ) : PspCtrlButtons
TryUpdateAnalog ( string Key, bool Press ) : void

메소드 상세

CommonGuiInput() 공개 메소드

public CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
IGuiExternalInterface IGuiExternalInterface
리턴 System

KeyPress() 공개 메소드

public KeyPress ( string Key ) : void
Key string
리턴 void

KeyRelease() 공개 메소드

public KeyRelease ( string Key ) : void
Key string
리턴 void

NormalizeKeyName() 공개 메소드

public NormalizeKeyName ( string Key ) : string
Key string
리턴 string

ReLoadControllerConfig() 공개 메소드

public ReLoadControllerConfig ( ) : void
리턴 void

SendControllerFrame() 공개 메소드

public SendControllerFrame ( ) : void
리턴 void