Module pixels_graphics_lib::prelude
source · Re-exports
pub use crate::dialogs::*;pub use crate::scenes::*;pub use crate::utilities::virtual_key_codes::*;pub use crate::window_prefs::*;pub use crate::*;
Modules
Structs
- Usage
- The main struct of the crate.
- Sound effect (although it can also be used for music) You must call SoundEffect::update or SoundEffect::update_secs with accurate values and often otherwise playback may stutter or jump
- Used for single or repeated timed events, uses fractional seconds
- Used to track time in games
Enums
- Error type which can be returned when creating
Gilrs. - Code representing the location of a physical key