Just for the record, I think we really want this patch. XInput 2 is currently under development, so we cannot fix the issue properly right now. Even if we have XI2, there will still be old X servers around for ages.
-----Original Message----- From: wine-patches-bounces@winehq.org [mailto:wine-patches- bounces@winehq.org] On Behalf Of Vitaliy Margolen Sent: Monday, August 18, 2008 8:18 PM To: wine-patches@winehq.org Subject: dinput: Add mouse warp override config option (resend)
Set [HKCU\Software\Wine\DirectInput] (or application specific key) "MouseWarpOverride" to: "force" - always warp "disable" - newer warp "anything else" - warp when needed - current behavior (default)
dlls/dinput/mouse.c | 39 ++++++++++++++++++++++++++++++++++----- 1 files changed, 34 insertions(+), 5 deletions(-)