MouseEventType
- class carb.input.MouseEventType
Bases:
pybind11_objectMembers:
LEFT_BUTTON_DOWN
LEFT_BUTTON_UP
MIDDLE_BUTTON_DOWN
MIDDLE_BUTTON_UP
RIGHT_BUTTON_DOWN
RIGHT_BUTTON_UP
MOVE
SCROLL
Methods
__init__(self, value)Attributes
LEFT_BUTTON_DOWNLEFT_BUTTON_UPMIDDLE_BUTTON_DOWNMIDDLE_BUTTON_UPMOVERIGHT_BUTTON_DOWNRIGHT_BUTTON_UPSCROLLvalue- __init__(self: carb.input.MouseEventType, value: int) None
- property name