|
| static const KeyCode & | a () |
| | A key code representing the 'A' key.
|
| static const KeyCode & | asterisk () |
| | A key code representing the '*' key.
|
| static const KeyCode & | b () |
| | A key code representing the 'B' key.
|
| static const KeyCode & | backspace () |
| | A key code representing the backspace key.
|
| static const KeyCode & | c () |
| | A key code representing the 'C' key.
|
| static const KeyCode & | d () |
| | A key code representing the 'D' key.
|
| static const KeyCode & | del () |
| | A key code representing the delete key.
|
| static const KeyCode & | down () |
| | A key code representing the down key.
|
| static const KeyCode & | e () |
| | A key code representing the 'E' key.
|
| static const KeyCode & | eight () |
| | A key code representing the '8' key.
|
| static const KeyCode & | end () |
| | A key code representing the end key.
|
| static const KeyCode & | enter () |
| | A key code representing the enter key.
|
| static const KeyCode & | escape () |
| | A key code representing the escape key.
|
| static const KeyCode & | f () |
| | A key code representing the 'F' key.
|
| static const KeyCode & | f1 () |
| | A key code representing the F1 key.
|
| static const KeyCode & | f10 () |
| | A key code representing the F10 key.
|
| static const KeyCode & | f11 () |
| | A key code representing the F11 key.
|
| static const KeyCode & | f12 () |
| | A key code representing the F12 key.
|
| static const KeyCode & | f2 () |
| | A key code representing the F2 key.
|
| static const KeyCode & | f3 () |
| | A key code representing the F3 key.
|
| static const KeyCode & | f4 () |
| | A key code representing the F4 key.
|
| static const KeyCode & | f5 () |
| | A key code representing the F5 key.
|
| static const KeyCode & | f6 () |
| | A key code representing the F6 key.
|
| static const KeyCode & | f7 () |
| | A key code representing the F7 key.
|
| static const KeyCode & | f8 () |
| | A key code representing the F8 key.
|
| static const KeyCode & | f9 () |
| | A key code representing the F9 key.
|
| static const KeyCode & | five () |
| | A key code representing the '5' key.
|
| static const KeyCode & | four () |
| | A key code representing the '4' key.
|
| static const KeyCode & | g () |
| | A key code representing the 'G' key.
|
| static const KeyCode & | h () |
| | A key code representing the 'H' key.
|
| static const KeyCode & | home () |
| | A key code representing the home key.
|
| static const KeyCode & | i () |
| | A key code representing the 'I' key.
|
| static const KeyCode & | insert () |
| | A key code representing the insert key.
|
| static const KeyCode & | j () |
| | A key code representing the 'J' key.
|
| static const KeyCode & | k () |
| | A key code representing the 'K' key.
|
| static const KeyCode & | l () |
| | A key code representing the 'L' key.
|
| static const KeyCode & | left () |
| | A key code representing the left key.
|
| static const KeyCode & | m () |
| | A key code representing the 'M' key.
|
| static const KeyCode & | minus () |
| | A key code representing the '-' key.
|
| static const KeyCode & | n () |
| | A key code representing the 'N' key.
|
| static const KeyCode & | nine () |
| | A key code representing the '9' key.
|
| static const KeyCode & | o () |
| | A key code representing the 'O' key.
|
| static const KeyCode & | one () |
| | A key code representing the '1' key.
|
| static const KeyCode & | p () |
| | A key code representing the 'P' key.
|
| static const KeyCode & | pageDown () |
| | A key code representing the page down key.
|
| static const KeyCode & | pageUp () |
| | A key code representing the pacge up key.
|
| static const KeyCode & | plus () |
| | A key code representing the '+' key.
|
| static const KeyCode & | q () |
| | A key code representing the 'Q' key.
|
| static const KeyCode & | r () |
| | A key code representing the 'R' key.
|
| static const KeyCode & | right () |
| | A key code representing the right key.
|
| static const KeyCode & | s () |
| | A key code representing the 'S' key.
|
| static const KeyCode & | seven () |
| | A key code representing the '7' key.
|
| static const KeyCode & | six () |
| | A key code representing the '6' key.
|
| static const KeyCode & | slash () |
| | A key code representing the '/' key.
|
| static const KeyCode & | space () |
| | A key code representing the space key.
|
| static const KeyCode & | t () |
| | A key code representing the 'T' key.
|
| static const KeyCode & | tab () |
| | A key code representing the tab key.
|
| static const KeyCode & | three () |
| | A key code representing the '3' key.
|
| static const KeyCode & | two () |
| | A key code representing the '2' key.
|
| static const KeyCode & | u () |
| | A key code representing the 'U' key.
|
| static const KeyCode & | unknown () |
| | A key code representing an unknown key.
|
| static const KeyCode & | up () |
| | A key code representing the up key.
|
| static const KeyCode & | v () |
| | A key code representing the 'V' key.
|
| static const KeyCode & | w () |
| | A key code representing the 'W' key.
|
| static const KeyCode & | x () |
| | A key code representing the 'X' key.
|
| static const KeyCode & | y () |
| | A key code representing the 'Y' key.
|
| static const KeyCode & | z () |
| | A key code representing the 'Z' key.
|
| static const KeyCode & | zero () |
| | A key code representing the '0' key.
|
Represents a key in the controller API.
- See also
- luciad::KeyCode::KeyCode for the key mapping.
-
luciad::ModifierKeys for the available modifiers to use in conjunction with this class.
- Since
- 2020.1