Actions
Bug #434
closedMouse position coordinates not correct when screen or window is resized
Start date:
08/05/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Prob using xm & ym coordinates or reading the same mouse position from 0,0 to screen width and screen height
should be same no matter how wide or high the screen or rather window is resized.
ie:
xm=X Mouse
ym=Y Mouse
xm and ym hold mouse coordinate but then when window resizes, the coordinate system of course changes and becomes no good always diff.
It should keep the same thing no matter what size for mapping systems on screen or for mouse clicks etc.
eg: coord checking of 0-319hor and 0-255ver eg: for a 320 x 256 screen regardless of window size on screen or full screen as this is just scaling
should not effect it.
Actions