Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.4, 5.15.1, 6.0.0 Beta1
-
None
-
macOS 10.14.6, Qt 5.12.4
macOS 10.15.7, Qt 5.15.1
macOS 10.15.7, Qt 6.0.0 Beta1
Description
When an application is started with the pen close to the surface, no tablet events are received until the pen is lifted away from the surface. The first tablet event received is QEvent::TabletLeaveProximity.
The tablet example shows this behaviour. It is necessary for the pen to re-enter proximity in order to draw anything.
On Windows 10 a QEvent::TabletEnterProximity is received very early and tablet events are received as expected.
Attachments
Issue Links
- relates to
-
QTBUG-111400 figure out how to get Wacom tablet proximity position; deliver to window
- Reported