InputEvent constructor

init

Initializes a new instance of the InputEvent class.

def __init__(self, type):
    ...
ParameterTypeDescription
typestrThe event type.

See Also