Qt5MouseState class
#include <nCine/Backends/Qt5InputManager.h>
Information about Qt5 mouse state.
Wraps the Qt::MouseButtons flags last reported by the widget.
Base classes
- class nCine::MouseState
- Current state of the mouse.
Constructors, destructors, conversion operators
Public functions
- auto isButtonDown(MouseButton button) const -> bool override
- Returns
trueif the specified button is currently down.