Keyboard input event.
More...
#include <cc/KeyEvent>
◆ KeyEvent()
Create a new keyboard input event.
- Parameters
-
- Parameters
-
- Parameters
-
- Parameters
-
Keyboard scan codes reflect the physical location of individual keys on a keyboard. The keys may be labelled differently depending on the currently active keyboard layout. These keyboard scan codes are based on the USB specification.
- See also
- KeyCode
- Parameters
-
| keyCode | Hardware independent key code. |
- Parameters
-
◆ action()
◆ time()
◆ repeatCount()
| int repeatCount |
( |
| ) |
const |
Automatic key repeat count.
◆ scanCode()
Keyboard scan code.
Keyboard scan codes reflect the physical location of individual keys on a keyboard. The keys may be labelled differently depending on the currently active keyboard layout. These keyboard scan codes are based on the USB specification.
- See also
- KeyCode
◆ keyCode()
Hardware independent key code.
◆ modifiers()