raylib/src/platforms
gabriel-marques fa2b1c8f09
Implementing GetMonitorWidth/Height for DRM (#3956)
* Implementing GetMonitorWidth/Height and GetMonitorPhysicalWidth/Height for drm

Added implementation for DRM for functions :
 - GetMonitorWidth()
 - GetMonitorHeight()
 - GetMonitorPhysicalWidth()
 - GetMonitorPhysicalHeight()
 - GetMonnitorName()

These functions take an argument but only the value 0 is accepted. This is because the DRM platform implementation manages only one screen for now

* Refactor "GetMonitor" properties for DRM Platform

Refactored GetMonitorHeight, GetMonitorWidth, GetMonitorPhysicalHeight,
GetMonitorPhysicalWidth and GetMonitorName to accept only argument "0"
as more than one screen is not supported in DRM platform.
2024-05-07 10:33:56 +02:00
..
rcore_android.c Update rcore_android.c (#3910) 2024-04-10 10:34:05 +02:00
rcore_desktop_sdl.c Fix GetKeyPressed for PLATFORM_DESKTOP_SDL (#3869) 2024-04-15 23:09:20 +02:00
rcore_desktop.c [rcore_desktop] Fix 3693 initial window geometry (#3950) 2024-05-05 20:22:58 +02:00
rcore_drm.c Implementing GetMonitorWidth/Height for DRM (#3956) 2024-05-07 10:33:56 +02:00
rcore_template.c Update copyright to 2024 2024-01-02 20:58:12 +01:00
rcore_web.c Gamepad rumble support with SDL2 (#3819) 2024-02-24 16:47:27 +01:00