Re-exports§
pub use crate::unit::DurationUnitExt;pub use crate::unit::UnitExt;pub use crate::view::IntoViewIter;pub use crate::view::ViewTuple;pub use crate::HasViewId;pub use crate::IntoView;pub use crate::ParentView;pub use crate::View;pub use crate::views::*;
Modules§
- palette
- Palettes with predefined colors.
Structs§
- Keyboard
Event - Keyboard events are issued for all pressed and released keys.
- Modifiers
- Pressed modifier keys.
- Pointer
Button Event - An event representing a
PointerButtonthat was pressed or released. - RwSignal
- A read write Signal which can act as both a Getter and a Setter
Enums§
- Code
- Code is the physical position of a key.
- Key
- The value received from the keypress.
- KeyState
- Describes the state a key is in.
- Named
Key - Key represents the meaning of a keypress.
- Pointer
Event - A standard
PointerEvent.
Traits§
Functions§
- create_
rw_ signal Deprecated - Creates a new RwSignal which can act both as a setter and a getter.
- create_
signal Deprecated - Creates a new setter and getter Signal.