Edit

kc3-lang/SDL/src/render

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2020-08-09 00:55:39
    Hash : a720d1a2
    Message : render: fixes to how we convert touch events for logical scaling. We now handle HiDPI correctly, and touches are clamped to the viewport. So if you are rendering to a logical 640x480 in a 720p window, and touch the letterboxing at point (640,700), it will report the touch at (0.5,1.0) instead of outside the documented range.