Enum renderdoc::InputButton [] [src]

#[repr(u32)]
pub enum InputButton { Key0, Key1, Key2, Key3, Key4, Key5, Key6, Key7, Key8, Key9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, NonPrintable, Divide, Multiply, Subtract, Plus, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Home, End, Insert, Delete, PageUp, PageDn, Backspace, Tab, PrtScrn, Pause, Max, }

User input key codes.

Variants

The '0' key over the letters.

The '1' key over the letters.

The '2' key over the letters.

The '3' key over the letters.

The '4' key over the letters.

The '5' key over the letters.

The '6' key over the letters.

The '7' key over the letters.

The '8' key over the letters.

The '9' key over the letters.

Leave the rest of the ASCII range free, in case the RenderDoc developers decide to use it later.

Division key on the numpad.

Multiplication key on the numpad.

Subtraction key on the numpad.

Addition key on the numpad.

Trait Implementations

impl Clone for InputButton
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for InputButton
[src]

impl Debug for InputButton
[src]

[src]

Formats the value using the given formatter.

impl Eq for InputButton
[src]

impl Hash for InputButton
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for InputButton
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl From<VirtualKeyCode> for InputButton
[src]

[src]

Performs the conversion.