@ -10,7 +10,7 @@ GLFW is *not* used on the following platforms, where custom implementations are
- `PLATFORM_ANDROID`: Uses the `native_app_glue` Android NDK module.
- `PLATFORM_RPI`: (native, no desktop) Uses `EGL`, `evdev` and standard system libraries directly.
If you are interested in replacing GLFW with a custom, platform-specific implementation, the functions currently used by raylib (as of raylib 3.7) are detailed below:
If you are interested in replacing GLFW with a custom, platform-specific implementation, the functions currently used by raylib (as of raylib 4.0) are detailed below:
```c
// GLFW: Device init/close
@ -43,17 +43,27 @@ glfwSetWindowMonitor(CORE.Window.handle, monitors[monitor], 0, 0, mode->width, m