MouseEventType#

class carb.input.MouseEventType#

Bases: pybind11_object

Members:

LEFT_BUTTON_DOWN : Left button pressed.

LEFT_BUTTON_UP : Left button released.

MIDDLE_BUTTON_DOWN : Middle button pressed.

MIDDLE_BUTTON_UP : Middle button released.

RIGHT_BUTTON_DOWN : Right button pressed.

RIGHT_BUTTON_UP : Right button released.

MOVE : Mouse move.

SCROLL : Mouse scroll.

Methods

__init__(self, value)

Attributes

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