Expand description
Timer callback information and utilities for azul-layout
This module provides Timer, TimerCallbackInfo and related types for managing timers that run on the main UI thread.
Structs§
- Timer
- A
Timeris a function that runs on every frame or at intervals. - Timer
Callback - Callback that runs on every frame on the main thread
- Timer
Callback Info - Information passed to timer callbacks
Enums§
- Option
Timer - Optional Timer type for API compatibility
Functions§
- invoke_
timer - Invokes the timer if it should run
Type Aliases§
- Timer
Callback Type - Callback type for timers