C# Класс tsg_Wrapper, gunpowder

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

Открытые методы

Метод Описание
GetAxis ( string axis ) : float
GetButton ( string buttonName ) : bool
GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
GetKey ( string keyName ) : bool
GetKeyUp ( string keyName, int uniquIdentifier ) : bool
KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
ResetPressList ( ) : void

Описание методов

GetAxis() публичный Метод

public GetAxis ( string axis ) : float
axis string
Результат float

GetButton() публичный Метод

public GetButton ( string buttonName ) : bool
buttonName string
Результат bool

GetButtonUp() публичный Метод

public GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
buttonName string
uniquIdentifier int
Результат bool

GetKey() публичный Метод

public GetKey ( string keyName ) : bool
keyName string
Результат bool

GetKeyUp() публичный Метод

public GetKeyUp ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
Результат bool

KeyboardEvent() публичный Метод

public KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
Результат bool

ResetPressList() публичный Метод

public ResetPressList ( ) : void
Результат void