5#ifndef SYSTEMSTATESENUM_H
6#define SYSTEMSTATESENUM_H
Flag
System-level boolean flags available on every ml::Core object.
@ HIDDEN
Component should not be drawn.
@ CLICKED
Mouse button is held down over this component (set by ClickableDispatcher).
@ FOCUSED
Component has keyboard focus (set by ClickableDispatcher).
@ VERTICAL
Layout/scroll axis hint: vertical.
@ DRAGGING
A drag gesture is currently in progress (set by DraggableDispatcher).
@ HOVERED
Mouse is currently over this component (set by HoverableDispatcher).
@ HORIZONTAL
Layout/scroll axis hint: horizontal.
@ BLINKING
Component is in a blink animation cycle.
@ ENABLED
Component is active and interactive.
@ DRAGGABLE
Enables drag handling in ComponentCore.
@ LAST_FLAG
Sentinel — do not use as an actual flag value.