C# Класс fliXNA_xbox.FlxKeyboard

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
buttons Buttons

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

Метод Описание
FlxKeyboard ( ) : System
justPressed ( Keys Key ) : bool

Returns true if the specified Key was just pressed

justReleased ( Keys Key ) : bool

Returns true if the specified Key was just released

pressed ( Keys Key ) : bool

Returns true if the specified Key is held down

reset ( ) : void
update ( ) : void

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

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

public FlxKeyboard ( ) : System
Результат System

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

Returns true if the specified Key was just pressed
public justPressed ( Keys Key ) : bool
Key Keys
Результат bool

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

Returns true if the specified Key was just released
public justReleased ( Keys Key ) : bool
Key Keys
Результат bool

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

Returns true if the specified Key is held down
public pressed ( Keys Key ) : bool
Key Keys
Результат bool

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

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

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

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

Описание свойств

buttons публичное статическое свойство

public static Buttons buttons
Результат Buttons