http://bugs.winehq.org/show_bug.cgi?id=58164
Bug ID: 58164 Summary: WINTAB32.dll: When the pen is pressed against the board, pkStatus is given TPS_QUEUE_ERR after a second or two and Queue overflows. Product: Wine Version: 10.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wintab32 Assignee: wine-bugs@winehq.org Reporter: axis6404@proton.me Distribution: ---
When the pen is pressed against the board, pkStatus is given TPS_QUEUE_ERR after a second or two and Queue overflows. After the queue overflows, no signal is sent. (After raising the pen again, until it is pressed against the board again) Cannot draw anything or the line thickness is messed up.
https://github.com/wine-mirror/wine/blob/f7503d0a996ae1243dd6c87b39a9143624a...
Macromedia Flash MX
X11 Section "InputClass" Identifier "Tablet" Driver "wacom" MatchDevicePath "/dev/input/event*" MatchUSBID "28bd:0905"
Option "Suppress" "0" Option "Threshold" "1" Option "RawSample" "1" EndSection
http://bugs.winehq.org/show_bug.cgi?id=58164
--- Comment #1 from axis6404@proton.me --- https://github.com/wine-mirror/wine/blob/f7503d0a996ae1243dd6c87b39a9143624a...
Queue flushing of packets by WTPacket and WTGetPackets not yet implemented.
https://developer-support.wacom.com/hc/en-us/articles/12844524637975-Wintab
Applications may flush packets from the queue by calling this function with a NULL lpPkts argument.
https://developer-docs.wacom.com/docs/icbt/windows/wintab/wintab-reference/#... https://developer-docs.wacom.com/docs/icbt/windows/wintab/wintab-reference/#... https://developer-docs.wacom.com/docs/icbt/windows/wintab/wintab-reference/#...
http://bugs.winehq.org/show_bug.cgi?id=58164
--- Comment #2 from axis6404@proton.me --- https://github.com/wine-mirror/wine/blob/f7503d0a996ae1243dd6c87b39a9143624a...
The queueSize is small; XP-Pen's Wintab32.dll on Windows is 32 by default.