C# Class CSPspEmu.Gui.CommonGuiInput

Afficher le fichier Open project: soywiz/cspspemu

Private Properties

Свойство Type Description
GetButtonsFromKeys PspCtrlButtons
TryUpdateAnalog void

Méthodes publiques

Méthode Description
CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
KeyPress ( string Key ) : void
KeyRelease ( string Key ) : void
NormalizeKeyName ( string Key ) : string
ReLoadControllerConfig ( ) : void
SendControllerFrame ( ) : void

Private Methods

Méthode Description
GetButtonsFromKeys ( string Key ) : PspCtrlButtons
TryUpdateAnalog ( string Key, bool Press ) : void

Method Details

CommonGuiInput() public méthode

public CommonGuiInput ( IGuiExternalInterface IGuiExternalInterface ) : System
IGuiExternalInterface IGuiExternalInterface
Résultat System

KeyPress() public méthode

public KeyPress ( string Key ) : void
Key string
Résultat void

KeyRelease() public méthode

public KeyRelease ( string Key ) : void
Key string
Résultat void

NormalizeKeyName() public méthode

public NormalizeKeyName ( string Key ) : string
Key string
Résultat string

ReLoadControllerConfig() public méthode

public ReLoadControllerConfig ( ) : void
Résultat void

SendControllerFrame() public méthode

public SendControllerFrame ( ) : void
Résultat void