C# Class Reign.Input.WinForms.Keyboard

Inheritance: DisposableResource, IKeyboard
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Dispose ( ) : void
Key ( int keyCode ) : Button
Keyboard ( IDisposableResource parent ) : System.Windows.Forms
Update ( ) : void
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 System.Windows.Forms.Button

Keyboard() public méthode

public Keyboard ( IDisposableResource parent ) : System.Windows.Forms
parent IDisposableResource
Résultat System.Windows.Forms

Update() public méthode

public Update ( ) : void
Résultat void

UpdateEvent() public méthode

public UpdateEvent ( ApplicationEvent theEvent ) : void
theEvent Reign.Core.ApplicationEvent
Résultat void