[Bug 11846] tablet pressure sensitivity not working in Sai and many other key graphic applications

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 24 18:35:12 CDT 2012


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

--- Comment #58 from Kaetemi <kaetemi at gmail.com> 2012-03-24 18:35:12 CDT ---
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).

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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