CursorMode

class carb.windowing.CursorMode

Bases: pybind11_object

Members:

NORMAL

HIDDEN

DISABLED

Methods

__init__(self, value)

Attributes

DISABLED

HIDDEN

NORMAL

name

value

__init__(self: carb.windowing.CursorMode, value: int) None
property name