C# Class uREPL.KeyEvent.EventInfo

Show file Open project: hecomi/uREPL

Public Properties

Property Type Description
counter int
key KeyCode
onKeyEvent System.Action
option Option

Public Methods

Method Description
EventInfo ( KeyCode key, Option option, System onKeyEvent ) : System.Collections.Generic

Method Details

EventInfo() public method

public EventInfo ( KeyCode key, Option option, System onKeyEvent ) : System.Collections.Generic
key KeyCode
option Option
onKeyEvent System
return System.Collections.Generic

Property Details

counter public property

public int counter
return int

key public property

public KeyCode key
return KeyCode

onKeyEvent public property

public System.Action onKeyEvent
return System.Action

option public property

public Option option
return Option