This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoyu
/
raylib
Watch
1
Star
0
Fork
0
You've already forked raylib
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
23616153d4ed5d76f0965d016e56735edb5b23ed
raylib
/
src
/
platforms
T
History
A
a96b224b38
Add gamepad support to PLATFORM_DESKTOP_SDL (
#3776
)
...
Co-authored-by: Arthur <
hi@thenightwat.ch
>
2024-02-04 11:24:05 +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
Add gamepad support to PLATFORM_DESKTOP_SDL (
#3776
)
2024-02-04 11:24:05 +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