#[repr(u32)]
pub enum uiExtKey {
Escape,
Insert,
Delete,
Home,
End,
PageUp,
PageDown,
Up,
Down,
Left,
Right,
F1,
F2,
F3,
F4,
F5,
F6,
F7,
F8,
F9,
F10,
F11,
F12,
N0,
N1,
N2,
N3,
N4,
N5,
N6,
N7,
N8,
N9,
NDot,
NEnter,
NAdd,
NSubtract,
NMultiply,
NDivide,
}
Equivalent to "Help" on Apple keyboards.
Performs copy-assignment from source
. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Formats the value using the given formatter. Read more