GamepadConnectionEventType#
- class carb.input.GamepadConnectionEventType#
Bases:
pybind11_objectMembers:
CREATED : Gamepad object created.
CONNECTED : Gamepad connected.
DISCONNECTED : Gamepad disconnected.
DESTROYED : Gamepad object destroyed.
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.input.GamepadConnectionEventType,
- value: int,
- property name#