Key Identifiers

Introduction

Class synopsis

UI\Key
final class UI\Key {
/* Constants */
const int UI\Key::Escape;
const int UI\Key::Insert;
const int UI\Key::Delete;
const int UI\Key::Home;
const int UI\Key::End;
const int UI\Key::PageUp;
const int UI\Key::PageDown;
const int UI\Key::Up;
const int UI\Key::Down;
const int UI\Key::Left;
const int UI\Key::Right;
const int UI\Key::F1;
const int UI\Key::F2;
const int UI\Key::F3;
const int UI\Key::F4;
const int UI\Key::F5;
const int UI\Key::F6;
const int UI\Key::F7;
const int UI\Key::F8;
const int UI\Key::F9;
const int UI\Key::F10;
const int UI\Key::F11;
const int UI\Key::F12;
const int UI\Key::N0;
const int UI\Key::N1;
const int UI\Key::N2;
const int UI\Key::N3;
const int UI\Key::N4;
const int UI\Key::N5;
const int UI\Key::N6;
const int UI\Key::N7;
const int UI\Key::N8;
const int UI\Key::N9;
const int UI\Key::NDot;
const int UI\Key::NEnter;
const int UI\Key::NAdd;
const int UI\Key::NSubtract;
const int UI\Key::NMultiply;
const int UI\Key::NDivide;
}

Predefined Constants

UI\Key::Escape
UI\Key::Insert
UI\Key::Delete
UI\Key::Home
UI\Key::End
UI\Key::PageUp
UI\Key::PageDown
UI\Key::Up
UI\Key::Down
UI\Key::Left
UI\Key::Right
UI\Key::F1
UI\Key::F2
UI\Key::F3
UI\Key::F4
UI\Key::F5
UI\Key::F6
UI\Key::F7
UI\Key::F8
UI\Key::F9
UI\Key::F10
UI\Key::F11
UI\Key::F12
UI\Key::N0
UI\Key::N1
UI\Key::N2
UI\Key::N3
UI\Key::N4
UI\Key::N5
UI\Key::N6
UI\Key::N7
UI\Key::N8
UI\Key::N9
UI\Key::NDot
UI\Key::NEnter
UI\Key::NAdd
UI\Key::NSubtract
UI\Key::NMultiply
UI\Key::NDivide