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