GamepadConnectionEventType

class carb.input.GamepadConnectionEventType

Bases: pybind11_object

Members:

CREATED

CONNECTED

DISCONNECTED

DESTROYED

Methods

__init__(self, value)

Attributes

CONNECTED

CREATED

DESTROYED

DISCONNECTED

name

value

__init__(self: carb.input.GamepadConnectionEventType, value: int) None
property name