Expand description
Provides abstractions over platform-specific functionalities.
This module contains traits and types that define a common, engine-wide interface for interacting with the underlying operating system and its features, such as windowing, input, and filesystem access.
Re-exports§
pub use window::KhoraWindow;pub use window::KhoraWindowHandle;pub use window::WindowHandle;
Modules§
- window
- Defines the
KhoraWindowtrait and related types for windowing abstraction.
Enums§
- Battery
Level - Represents the power source and battery level.
- Thermal
Status - Represents the thermal state of the device.
Traits§
- Hardware
Monitor - Trait for observing the physical state of the host platform.