http://bugs.winehq.org/show_bug.cgi?id=18517
--- Comment #43 from Jay Hilliard jaydhilliard@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;