MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ CursorMode

enum class MayaFlux::Core::CursorMode : uint8_t
strong

Cursor visibility and behavior.

Enumerator
NORMAL 

Visible and movable.

HIDDEN 

Invisible but movable.

DISABLED 

Invisible and locked (FPS camera)

CAPTURED 

Invisible, locked, raw motion.

Definition at line 342 of file GlobalGraphicsInfo.hpp.

342 : uint8_t {
343 NORMAL, ///< Visible and movable
344 HIDDEN, ///< Invisible but movable
345 DISABLED, ///< Invisible and locked (FPS camera)
346 CAPTURED, ///< Invisible, locked, raw motion
347};
@ DISABLED
Invisible and locked (FPS camera)
@ NORMAL
Visible and movable.
@ CAPTURED
Invisible, locked, raw motion.
@ HIDDEN
Invisible but movable.