DeviceType

class carb.input.DeviceType

Bases: pybind11_object

Members:

KEYBOARD

MOUSE

GAMEPAD

Methods

__init__(self, value)

Attributes

GAMEPAD

KEYBOARD

MOUSE

name

value

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