Scrolling does not work with mouse control
Created by: christopho
When you control the hero with the mouse, scrolling between maps or using separators does not work.
-
In windowed mode, we would need the engine to give correct mouse move coordinates even when the mouse is outside the window (fixed: solarus#1018 (closed)) -
In fullscreen mode, the mouse control script should move the hero as close to the map border (or separator) as when using arrow keys.