RaylibGuiModuleExtras<R extends RaylibBase> mixin

Re-exports RaylibGuiConstants values as instance members, so constants are accessible directly on the module without a class qualifier.

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
RAYGUI_COLORBARALPHA_CHECKED_SIZE int
no setter
RAYGUI_GRID_ALPHA double
no setter
RAYGUI_GROUPBOX_LINE_THICK int
no setter
RAYGUI_ICON_DATA_ELEMENTS int
no setter
RAYGUI_ICON_MAX_ICONS int
no setter
RAYGUI_ICON_MAX_NAME_LENGTH int
no setter
RAYGUI_ICON_SIZE int
no setter
RAYGUI_ICON_TEXT_PADDING int
no setter
RAYGUI_ICONS List<int>
no setter
RAYGUI_LINE_MARGIN_TEXT int
no setter
RAYGUI_LINE_TEXT_PADDING int
no setter
RAYGUI_MAX_CONTROLS int
no setter
RAYGUI_MAX_LINE_BUFFER_SIZE int
no setter
RAYGUI_MAX_PROPS_BASE int
no setter
RAYGUI_MAX_PROPS_EXTENDED int
no setter
RAYGUI_MAX_TEXT_LINES int
no setter
RAYGUI_MESSAGEBOX_BUTTON_HEIGHT int
no setter
RAYGUI_MESSAGEBOX_BUTTON_PADDING int
no setter
RAYGUI_MIN_MOUSE_WHEEL_SPEED int
no setter
RAYGUI_MIN_SCROLLBAR_HEIGHT int
no setter
RAYGUI_MIN_SCROLLBAR_WIDTH int
no setter
RAYGUI_PANEL_BORDER_WIDTH int
no setter
RAYGUI_SCROLLBAR_LEFT_SIDE int
no setter
RAYGUI_SCROLLBAR_RIGHT_SIDE int
no setter
RAYGUI_TABBAR_ITEM_WIDTH int
no setter
RAYGUI_TEXTBOX_AUTO_CURSOR_COOLDOWN int
no setter
RAYGUI_TEXTBOX_AUTO_CURSOR_DELAY int
no setter
RAYGUI_TEXTFORMAT_MAX_SIZE int
no setter
RAYGUI_TEXTINPUTBOX_BUTTON_HEIGHT int
no setter
RAYGUI_TEXTINPUTBOX_BUTTON_PADDING int
no setter
RAYGUI_TEXTINPUTBOX_HEIGHT int
no setter
RAYGUI_TEXTSPLIT_MAX_ITEMS int
no setter
RAYGUI_TEXTSPLIT_MAX_TEXT_SIZE int
no setter
RAYGUI_TOGGLEGROUP_MAX_ITEMS int
no setter
RAYGUI_VALUEBOX_MAX_CHARS int
no setter
RAYGUI_VERSION String
no setter
RAYGUI_VERSION_MAJOR int
no setter
RAYGUI_VERSION_MINOR int
no setter
RAYGUI_VERSION_PATCH int
no setter
RAYGUI_WINDOWBOX_STATUSBAR_HEIGHT int
no setter
rl → R
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(bool v) → void
Enables or disables debug logging for this module.
inherited
debugError(String message) → void
Logs message at error level if debug is enabled and message passes all filters.
inherited
debugFilter(bool filter(String)) → void
Adds a predicate that gates debug output. Only messages satisfying at least one filter are logged.
inherited
debugInfo(String message) → void
Logs message at info level if debug is enabled and message passes all filters.
inherited
debugTime(bool v) → void
Enables or disables per-call timing output alongside debug logs.
inherited
debugWarn(String message) → void
Logs message at warn level if debug is enabled and message passes all filters.
inherited
disableSync<T>(T f()) → T
Executes f with RaylibTempBase syncing temporarily disabled, restoring the previous sync state afterward.
inherited
dispose() → void
Calls all registered onDispose callbacks and clears them.
inherited
doLoad() → void
Ensures load is called exactly once, regardless of how many times doLoad is invoked.
inherited
load() → void
Override to perform one-time module initialization. Called by doLoad.
inherited
logError(Object? message) → void
inherited
logInfo(Object? message) → void
inherited
logWarn(Object? message) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDispose(void fn()) → void
Registers fn to be called when this module is disposed.
inherited
run<T>(String name(), T f()) → T
Executes f, logging its label (and optionally timing it) when debug is enabled and the label passes all filters.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited