mouse responsivity
Lunever
Member Posts: 307
Often in BG the interface does not do what I want (i.e. quickly clicking on a character and then clicking on a position where I want him to go) for a very simple reason: The engine only registers the mouse click upon releasing the mouse button, not upon pressing it in the first place.
For a game that may include realtime combat I strongly recommend to invert this.
Also, I'd like to have a quicker responsivity regarding the pause key (space by default).
For a game that may include realtime combat I strongly recommend to invert this.
Also, I'd like to have a quicker responsivity regarding the pause key (space by default).
Post edited by Balquo on
0
Comments
If you do a SHORT click while moving the mouse, let the selection be where the mouse pointer was when the mouse button was pressed (not released). SHORT means obciously short enough that you don't intend to hold & drag.