C# Class Reign.Input.WinForms.Keyboard

Inheritance: DisposableResource, IKeyboard
Mostrar archivo Open project: reignstudios/ReignSDK

Public Methods

Method Description
Dispose ( ) : void
Key ( int keyCode ) : Button
Keyboard ( IDisposableResource parent ) : System.Windows.Forms
Update ( ) : void
UpdateEvent ( ApplicationEvent theEvent ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Key() public method

public Key ( int keyCode ) : Button
keyCode int
return System.Windows.Forms.Button

Keyboard() public method

public Keyboard ( IDisposableResource parent ) : System.Windows.Forms
parent IDisposableResource
return System.Windows.Forms

Update() public method

public Update ( ) : void
return void

UpdateEvent() public method

public UpdateEvent ( ApplicationEvent theEvent ) : void
theEvent Reign.Core.ApplicationEvent
return void