Logo
Explore Help
Sign In
mirror/raylib
1
0
Fork 0
You've already forked raylib
mirror of https://github.com/raysan5/raylib.git synced 2026-02-03 21:23:42 +00:00
Code Issues Packages Projects Releases Wiki Activity
raylib/src/platforms
History
Ray d79828076f REVIEWED: macOS issues #3767
2024-02-01 00:03:06 +01:00
..
rcore_android.c
Fix Android keycode translation and duplicate key constants (#3733)
2024-01-20 21:22:33 +01:00
rcore_desktop_sdl.c
REVIEWED: macOS issues #3767
2024-02-01 00:03:06 +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