C# Класс CSPspEmu.Gui.CommonGuiInput

Показать файл Открыть проект

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