[Bug 18517] Tablet pen pressure or eraser (wacom tablet) are not working in Photoshop CS 4/5

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 21 17:54:31 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=18517

--- Comment #43 from Jay Hilliard <jaydhilliard at gmail.com> ---
I have also been testing the new patch.  I found also found the dot issue still
happens when using the mouse, only.  When I use the stylus, it works with
pressure, and I don't have the 'dot' issue, but it's extremely slow, as if it's
taking too long to process wintab32 events.

Do you think this addition to wintab.c might help it loop faster?

     LPWTI_CURSORS_INFO  tgtcursor;
     TRACE("(%u, %u, %p)\n", wCategory, nIndex, lpOutput);
+    if (gNumCursors ==0)
+        return 0;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list