InputEvent.InputEvent

InputEvent(string)

Initialise une nouvelle instance duInputEvent classe.

public InputEvent(string type)
ParamètreTaperLa description
typeStringLe type d’événement.

Voir également


InputEvent(string, IDictionary<string, object>)

Initialise une nouvelle instance duInputEvent classe.

public InputEvent(string type, IDictionary<string, object> eventInitDict)
ParamètreTaperLa description
typeStringLe type d’événement.
eventInitDictIDictionary`2Dictionnaire d’initialisation d’événements.

Voir également