CursorMode#
- class carb.windowing.CursorMode#
Bases:
pybind11_objectMembers:
NORMAL : Cursor visible and behaves normally.
HIDDEN : Cursor hidden when over the window content.
DISABLED : Cursor hidden and grabbed (unbounded movement).
Methods
__init__(self, value)Attributes
- __init__(
- self: carb.windowing.CursorMode,
- value: int,
- property name#