C# Class uREPL.KeyEvent

Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Méthode Description
Add ( KeyCode code, Option option, System onKeyEvent ) : void
Add ( KeyCode code, System onKeyEvent ) : void
Check ( ) : void
Clear ( ) : void

Private Methods

Méthode Description
CheckKey ( EventInfo info ) : bool

Method Details

Add() public méthode

public Add ( KeyCode code, Option option, System onKeyEvent ) : void
code KeyCode
option Option
onKeyEvent System
Résultat void

Add() public méthode

public Add ( KeyCode code, System onKeyEvent ) : void
code KeyCode
onKeyEvent System
Résultat void

Check() public méthode

public Check ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void