mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-04-22 13:37:05 +00:00
Added a third full screen mode which removes letterbox or pillarbox black bars. Added Control-- and control-+ to decrease or increase the scale by a factor of 2^(1/8). This means the scale doubles or halves after pressing the same key 8 times. drawable_w and drawable_h are floating point so that scaling is reversible (i.e. scaling from 100% to 800% and back to 100% gives 100% instead of 99 or 101%). default_scale_x Handle switching host resolution between Retina (HiDPI) and Low resolution modes. This involves updating the window scale factor. Add window scale factor to window title.