raylib/src/platforms
Hongyu Ouyang 0a8165c0ac
Make raylib/raygui work better on touchscreen (#3728)
* Fix that touch doesn't work for click/drag/raygui

* Add comments

* comments update
2024-01-20 21:05:30 +01:00
..
rcore_android.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
rcore_desktop_sdl.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
rcore_desktop.c Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some times (Windows looks at center of window while the old raylib code looked on upper left corner of window, now it just uses the glfw function to fetch the window's current scaling). Also introduced a callback to update the CORE.Window.screenScaling when the content scaling updates, previously scaling did not work correctly on systems with multiple monitors that have different DPI scaling. (#3701) 2024-01-13 10:49:04 +01:00
rcore_drm.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
rcore_template.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
rcore_web.c Make raylib/raygui work better on touchscreen (#3728) 2024-01-20 21:05:30 +01:00