Changes between Initial Version and Version 1 of Ticket #1126


Ignore:
Timestamp:
Jan 20, 2012, 3:05:35 AM (12 years ago)
Author:
historic_bruno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1126 – Description

    initial v1  
    1 To reproduce:
     1To reproduce on wxMSW 2.8:
    22 * Open Atlas
    33 * Use scrolling hotkey(s) WASDQE or arrow keys to scroll the map
     
    66 * Observe map is still scrolling, and can't be easily stopped. In fact you must press the same hotkey(s) again to reset the scrolling state.
    77
    8 It seems what's happening is the menu bar is handling all key presses and not passing them onto other controls, like the game canvas, so they never get notified that a key went up. Maybe we should stop scrolling any time the mouse leaves the game canvas (we already do when mouse capture is lost), is there any reason why someone would want to continue scrolling while moving the mouse out of the game canvas?
     8It seems what's happening is the menu bar is handling all key releases and not passing them onto other controls, like the game canvas, so they never get notified that a key went up. Maybe we should stop scrolling any time the mouse leaves the game canvas (we already do when mouse capture is lost), is there any reason why someone would want to continue scrolling while moving the mouse out of the game canvas?