Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.3.3
-
None
Description
Qt unconditionally compresses mouse move events on Windows and X11, and the Carbon event system does so unless "mouse coalescing" is disabled via SetMouseCoalescingEnabled.
Paint systems need all of the events at least while a mouse button is down. Having the toolkit drop the events is not acceptable for these applications. A QWidget or application-wide flag should be introduced to control this, ie. disable compression.
Attachments
Issue Links
- relates to
-
QTBUG-44964 Add API for regulating if a specific event type should be compressed.
- Closed