debugPrintMouseHoverEvents top-level property

bool debugPrintMouseHoverEvents
getter/setter pair

Whether to print the details of each mouse hover event to the console.

When this is set, in debug mode, any time a mouse hover event is triggered by the GestureBinding, the results are dumped to the console.

This has no effect in release builds, and only applies to mouse hover events.

Implementation

bool debugPrintMouseHoverEvents = false;