debugPrintKeyboardEvents top-level property

bool debugPrintKeyboardEvents
getter/setter pair

Setting to true will cause extensive logging to occur when key events are received.

Can be used to debug keyboard issues: each time a key event is received on the framework side, the event details and the current pressed state will be printed.

Implementation

bool debugPrintKeyboardEvents = false;