C# Class uREPL.KeyEvent

ファイルを表示 Open project: hecomi/uREPL

Public Methods

Method Description
Add ( KeyCode code, Option option, System onKeyEvent ) : void
Add ( KeyCode code, System onKeyEvent ) : void
Check ( ) : void
Clear ( ) : void

Private Methods

Method Description
CheckKey ( EventInfo info ) : bool

Method Details

Add() public method

public Add ( KeyCode code, Option option, System onKeyEvent ) : void
code KeyCode
option Option
onKeyEvent System
return void

Add() public method

public Add ( KeyCode code, System onKeyEvent ) : void
code KeyCode
onKeyEvent System
return void

Check() public method

public Check ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void