Enum imgui_sys::ImGuiKey[][src]

#[repr(C)]
pub enum ImGuiKey { Tab, LeftArrow, RightArrow, UpArrow, DownArrow, PageUp, PageDown, Home, End, Delete, Backspace, Enter, Escape, A, C, V, X, Y, Z, }

A key identifier (ImGui-side enum)

Variants

Trait Implementations

impl Copy for ImGuiKey
[src]

impl Clone for ImGuiKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImGuiKey
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ImGuiKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ImGuiKey
[src]

Auto Trait Implementations

impl Send for ImGuiKey

impl Sync for ImGuiKey