keyHelper property

KeyHelper keyHelper
final

A helper class that abstracts the fetching of the toolkit-specific mappings.

There is no real concept of a "native" window toolkit on Linux, and each implementation (GLFW, GTK, QT, etc) may have a different key code mapping.

Implementation

final KeyHelper keyHelper;