Warren Dumortier wrote: > Concerning the second question, isn't there a variable to set when launching Wine to set the MouseWarpOverride Yes, it's a Wine setting, so you can do that per app (all one line): Code: echo -e "[HKEY_CURRENT_USER\\Software\\Wine\\AppDefaults\\game.exe\\DirectInput]\n\"MouseWarpOverride\"=\"Y\"\n" | wine regedit - Just replace "game.exe" with the name of your game's executable.