[Bug 2056] Dominions II Demo Does Not Do Full Screen Correctly

Wine Bugs wine-bugs at winehq.org
Sat Apr 9 11:12:27 CDT 2005


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





------- Additional Comments From lionel.ulmer at free.fr  2005-09-04 11:12 -------
Well, this is the classical problem with Windows SDL games and Wine. Basically,
whatever the application requests, SDL initializes DInput (which makes the mouse
wrap due to relative mouse movements emulation).

After, if the game only requires absolute coords, SDL does not 'ungrab' the
mouse but rather uses standard Win32 APIs to get the position.

This is not supported in Wine (yet).

If I find out how to get the game to even start, I may try to take a look at it,
but I do not promise to find a way that pleases AJ (as it may be a bit of a hack
in the X11DRV).


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list