1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00
JakubK 09cd4c072a Defect:
In fullscreen mode, when the adventure window size does not fill the entire monitor (leaving black bars on each side), mouse movement is ignored in these areas. This results in difficulty scrolling the map in fullscreen mode, since you have to be exactly within [0,15] of the edge of the adventure window.

Fix:
Have the adventure map element, CAdvMapInt, subscribe to all mouse move events by setting the `strongInterest` bool to true. This will extend the scroll region to [min, 15], eliminating the dead mouse move space on the side of the window.

Notes:
Impacts adventure window mouse move event handling. Manually validated the scrolling the map now works without having to precisely aim for the edge of the window.
2019-12-26 10:10:39 -08:00
..
2018-08-26 19:09:56 +03:00
2019-03-29 22:01:51 +01:00
2019-06-06 22:56:14 +02:00
2019-12-26 10:10:39 -08:00
2018-07-25 01:36:48 +03:00
2019-01-17 10:50:56 +03:00
2019-01-17 10:50:56 +03:00
2019-03-28 16:56:51 +03:00
2018-07-25 01:36:48 +03:00
2018-07-25 01:36:48 +03:00
2018-07-25 01:36:48 +03:00
2018-07-25 01:36:48 +03:00
2012-12-01 06:30:52 +00:00
2012-12-01 06:30:52 +00:00
2016-01-31 11:13:56 +01:00
2011-12-13 21:35:28 +00:00