summaryrefslogtreecommitdiffhomepage
path: root/src/platforms/rcore_web.c
AgeCommit message (Expand)Author
2024-07-16Adding GetKeyName(int key) (WIP) (#4161)MrScautHD
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-05-16[rcore_web] Relative mouse mode issues. (#3940)Cemal Gönültaş
2024-02-24Gamepad rumble support with SDL2 (#3819)GideonSerf
2024-01-20Make raylib/raygui work better on touchscreen (#3728)Hongyu Ouyang
2024-01-13Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some ...Karl Zylinski
2024-01-02Update copyright to 2024Ray
2023-12-17[rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for ...ubkp
2023-12-16Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644)ubkp
2023-12-16Fix fullscreen known issue 1 for PLATFORM_WEB (#3642)ubkp
2023-12-15Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634)ubkp
2023-12-15[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and fixes...ubkp
2023-12-14Add GetMonitorWidth() and GetMonitorHeight() implementations for PLATFORM_WEB...ubkp
2023-12-14REVIEWED: HighDPI support on Web platform #3372 -WIP-Ray
2023-12-11[rcore] Complement `SetWindowState()` and `ClearWindowState()` for `PLATFORM_...ubkp
2023-12-11[rcore] Add `ToggleBorderlessWindowed()` implementation for `PLATFORM_WEB` (#...ubkp
2023-12-07[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` (#3611)ubkp
2023-11-28Fix typos in src/platforms/rcore_*.c (#3581)RadsammyT
2023-11-11Review #3526Ray
2023-11-10Reviewed duplicate linesRay
2023-11-10Reviewing automation events on web...Ray
2023-11-02Remove unneeded line on web platformRay
2023-11-02Support OpenGL ES 3.0 building on WebRay
2023-11-01Update rcore_web.cRay
2023-11-01Update rcore_web.cRay
2023-10-31Comments tweaksRay
2023-10-26Remove trail spacesRay
2023-10-26REVIEWED: `glfwGetError()` not availbale on `PLATFORM_WEB` fix #3470Ray
2023-10-23REVIEWED: `InitPlatform()` organization and code-gardeningRay
2023-10-23REVIEWED: Move screen capture logic to `rcore.c`, available for all platformsRay
2023-10-19REVIEWED: Issue with functions definitionsRay
2023-10-19REVIEWED: Issue with symbols exposureRay
2023-10-19REDESIGNED: Move platforms to separate directory #3313Ray