|
Key IdentifiersIntroduction
Class synopsisUI\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
|