C# Class GBSharp.View.KeyboardHandler

Inheritance: IKeyboardHandler
Datei anzeigen Open project: cristiandonosoc/GBSharp Class Usage Examples

Public Methods

Method Description
NotifyKeyDown ( KeyEventArgs args ) : void
NotifyKeyUp ( KeyEventArgs args ) : void

Method Details

NotifyKeyDown() public method

public NotifyKeyDown ( KeyEventArgs args ) : void
args KeyEventArgs
return void

NotifyKeyUp() public method

public NotifyKeyUp ( KeyEventArgs args ) : void
args KeyEventArgs
return void