How we can know a mouse left pointer or right pointer is moving inside mouse move event while the button is in pressedhold state and moving?
General and Desktop
5
Posts
3
Posters
3.5k
Views
1
Watching
-
When a mouse left or right pointer is pressed and moved i have tried this @event->button == Qt::LeftButton()@ inside mouse move event but it always return zero it does not depend whether the left or right mouse pointer is pressed and moved . How can i detect left mouse pointer or right is pressed and moved inside mouse move event.