C# Class Reign.Input.Cocoa.Keyboard

Inheritance: System.Disposable, KeyboardI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Dispose ( ) : void
Key ( int keyCode ) : Button
Keyboard ( DisposableI parent ) : System
New ( DisposableI parent ) : Keyboard
Update ( ) : void

Private Methods

Méthode Description
updateEvent ( ApplicationEvent theEvent ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Key() public méthode

public Key ( int keyCode ) : Button
keyCode int
Résultat Button

Keyboard() public méthode

public Keyboard ( DisposableI parent ) : System
parent DisposableI
Résultat System

New() public static méthode

public static New ( DisposableI parent ) : Keyboard
parent DisposableI
Résultat Keyboard

Update() public méthode

public Update ( ) : void
Résultat void