Callback type for key input handling.
typedef KeyInputCallback = bool Function( int key, int modifiers, bool isPressed, bool isRepeat, );