Expand description
Window state types (keyboard, mouse, DPI, focus). Window state types for azul-layout
These types are defined here (rather than azul-core) because CallbackInfo needs to reference them, and CallbackInfo must live in azul-layout (since it requires LayoutWindow).
Structs§
- Full
Window State - Full window state including internal fields not exposed to callbacks
- Full
Window State Vec - Full
Window State VecSlice - C-compatible slice type for
$struct_name. This is a non-owning view into a Vec’s data. - Window
Create Options - Options for creating a new window
- Window
Create Options Vec - Window
Create Options VecSlice - C-compatible slice type for
$struct_name. This is a non-owning view into a Vec’s data.
Enums§
- Full
Window State VecDestructor - Option
Full Window State - Option
Window Create Options - Window
Create Options VecDestructor