InputEvent

InputEvent(string)

Initializes a new instance of the InputEvent class.

public InputEvent(string type)
ParameterTypeDescription
typeStringThe event type.

See Also


InputEvent(string, IDictionary<string, object>)

public InputEvent(string type, IDictionary<string, object> eventInitDict)

See Also