==== GHOST Win32 ====

- fixed WinTab locking positioning into absolute mode
- hopefully fixes [ #5586 ] Cursor control
Note: Setting the extent of the digitizing context causes Application to override
system settings for pen/mouse control. Removing this fixed the issue.
This commit is contained in:
Andrea Weikert 2007-01-07 18:43:27 +00:00
parent c610fe7973
commit 663cce10c7

@ -217,11 +217,6 @@ GHOST_WindowWin32::GHOST_WindowWin32(
}
}
lc.lcInOrgX = 0;
lc.lcInOrgY = 0;
lc.lcInExtX = TabletX.axMax;
lc.lcInExtY = TabletY.axMax;
if (fpWTOpen) {
m_tablet = fpWTOpen( m_hWnd, &lc, TRUE );
if (m_tablet) {