KeyboardEventType#

class carb.input.KeyboardEventType#

Bases: pybind11_object

Members:

KEY_PRESS

KEY_REPEAT

KEY_RELEASE

CHAR

Methods

__init__(self, value)

Attributes

CHAR

KEY_PRESS

KEY_RELEASE

KEY_REPEAT

name

value

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