2. (Update)
Hack to get positioning working:
Below if(wCategory == WTI_DEFSYSCTX && nIndex == 0) { ... } in context.c add:
if (wCategory == WTI_DDCTXS && nIndex == 0)
{
buf.lcOutExtY = GetSystemMetrics(SM_CYSCREEN);
buf.lcOutExtX = GetSystemMetrics(SM_CXSCREEN);
}
With this everything works, but when the pen is pressed down and not
moving the position randomly shoots around (similar behaviour also
occured before in other applications running under wine that did not
require these changes to the code).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/151448
Title:
Wacom pressure sensitivity lacking under Wine applications.
To manage notifications about this bug go to:
https://bugs.launchpad.net/wine/+bug/151448/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs