C# Class GBSharp.View.KeyboardHandler

Inheritance: IKeyboardHandler
Afficher le fichier Open project: cristiandonosoc/GBSharp Class Usage Examples

Méthodes publiques

Méthode Description
NotifyKeyDown ( KeyEventArgs args ) : void
NotifyKeyUp ( KeyEventArgs args ) : void

Method Details

NotifyKeyDown() public méthode

public NotifyKeyDown ( KeyEventArgs args ) : void
args KeyEventArgs
Résultat void

NotifyKeyUp() public méthode

public NotifyKeyUp ( KeyEventArgs args ) : void
args KeyEventArgs
Résultat void