Darkwind
Mouse handling

Victor


Posted Jan 31, 2008, 6:28 am
These are very minor bugs, but...

When the game starts up in windowed mode, the mouse cursor is moved to the top left corner of the window. A windowed app should never ever do this. For fullscreen, it's debatable, but scaling the coordinates to the fullscreen resolution and putting it in the same relative screen position would be better, IMO.

When another program is clicked on the task bar, the mouseclick is trapped by the DW client, and the other program cannot be selected (even though the task bar is not overlapped by the DW window).

[Edit:] Also, clicking on the DW client on the task bar while another program is active sets the mouse cursor position to the top left corner of the window also. This makes flipping back and forth to the web page (or anything else) very irritating.

Back