TheCherno / Cherno

The Cherno engine, for Ludum Dare.
GNU General Public License v3.0
76 stars 35 forks source link

Mouse Position and Scaling #8

Closed TheCherno closed 10 years ago

TheCherno commented 10 years ago

Mouse coordinates are not accurate when the display is scaled. The should be adjusted to take the scaling into consideration (so if the scale is 2, mouse coordinates should be divided by 2, to comply with how pixels are drawn).

TheCherno commented 10 years ago

Fixed!