C# Class uREPL.KeyEvent.EventInfo

Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Свойство Type Description
counter int
key KeyCode
onKeyEvent System.Action
option Option

Méthodes publiques

Méthode Description
EventInfo ( KeyCode key, Option option, System onKeyEvent ) : System.Collections.Generic

Method Details

EventInfo() public méthode

public EventInfo ( KeyCode key, Option option, System onKeyEvent ) : System.Collections.Generic
key KeyCode
option Option
onKeyEvent System
Résultat System.Collections.Generic

Property Details

counter public_oe property

public int counter
Résultat int

key public_oe property

public KeyCode key
Résultat KeyCode

onKeyEvent public_oe property

public System.Action onKeyEvent
Résultat System.Action

option public_oe property

public Option option
Résultat Option