-
Notifications
You must be signed in to change notification settings - Fork 0
Keyboard Events
Martin Konopka edited this page Apr 23, 2018
·
9 revisions
Keyboard events provides logging of participant's keystrokes.
Each keyboard event may represent key press, pushing the key down, or releasing the key to go up.
-
Timestamp
: DateTime -
EventType
: KeyboardEventType - one of the following values:"KeyPress"
"KeyDown"
"KeyUp"
-
Alt
: boolean -
Control
: boolean -
KeyCode
: Key -
KeyData
: Key -
Modifiers
: Key -
Shift
: boolean -
KeyChar
: char
- Home
- Usage Examples
- User Manual
- API Reference
- Installation Manual
- Contributing
- Project Documentation