C# Class CSPspEmu.Gui.CommonGuiInput

Show file Open project: soywiz/cspspemu

Private Properties

Property Type Description
GetButtonsFromKeys PspCtrlButtons
TryUpdateAnalog void

Public Methods

Method Description
CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
KeyPress ( string Key ) : void
KeyRelease ( string Key ) : void
NormalizeKeyName ( string Key ) : string
ReLoadControllerConfig ( ) : void
SendControllerFrame ( ) : void

Private Methods

Method Description
GetButtonsFromKeys ( string Key ) : PspCtrlButtons
TryUpdateAnalog ( string Key, bool Press ) : void

Method Details

CommonGuiInput() public method

public CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
IGuiExternalInterface IGuiExternalInterface
return System

KeyPress() public method

public KeyPress ( string Key ) : void
Key string
return void

KeyRelease() public method

public KeyRelease ( string Key ) : void
Key string
return void

NormalizeKeyName() public method

public NormalizeKeyName ( string Key ) : string
Key string
return string

ReLoadControllerConfig() public method

public ReLoadControllerConfig ( ) : void
return void

SendControllerFrame() public method

public SendControllerFrame ( ) : void
return void