cls_KeyEvent - almarklein/visvis GitHub Wiki
Inherits from BaseEvent.
A KeyEvent event is an event for things that happen with the keyboard.
The KeyEvent class implements the following properties:
key, text
The KeyEvent class implements the following methods:
Set
The integer keycode of the key.
The text that the key represents (if available).
Set the event properties before firing it.