C# Class hyades.KeyboardDevice

Inheritance: InputDevice
Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Méthode Description
IsDown ( Buttons button ) : bool
IsPressed ( Buttons button ) : bool
IsUp ( Buttons button ) : bool
KeyboardDevice ( ) : System
Update ( ) : void

Method Details

IsDown() public méthode

public IsDown ( Buttons button ) : bool
button Buttons
Résultat bool

IsPressed() public méthode

public IsPressed ( Buttons button ) : bool
button Buttons
Résultat bool

IsUp() public méthode

public IsUp ( Buttons button ) : bool
button Buttons
Résultat bool

KeyboardDevice() public méthode

public KeyboardDevice ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void