pub enum ImGuiKey {
Show 22 variants
Tab,
LeftArrow,
RightArrow,
UpArrow,
DownArrow,
PageUp,
PageDown,
Home,
End,
Insert,
Delete,
Backspace,
Space,
Enter,
Escape,
A,
C,
V,
X,
Y,
Z,
COUNT,
}Variants
Tab
LeftArrow
RightArrow
UpArrow
DownArrow
PageUp
PageDown
Home
End
Insert
Delete
Backspace
Space
Enter
Escape
A
C
V
X
Y
Z
COUNT
Trait Implementations
impl Copy for ImGuiKey
impl Eq for ImGuiKey
impl StructuralEq for ImGuiKey
impl StructuralPartialEq for ImGuiKey
Auto Trait Implementations
impl RefUnwindSafe for ImGuiKey
impl Send for ImGuiKey
impl Sync for ImGuiKey
impl Unpin for ImGuiKey
impl UnwindSafe for ImGuiKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more