index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
platforms
/
rcore_web.c
Age
Commit message (
Expand
)
Author
2024-07-16
Adding GetKeyName(int key) (WIP) (#4161)
MrScautHD
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-05-16
[rcore_web] Relative mouse mode issues. (#3940)
Cemal Gönültaş
2024-02-24
Gamepad rumble support with SDL2 (#3819)
GideonSerf
2024-01-20
Make raylib/raygui work better on touchscreen (#3728)
Hongyu Ouyang
2024-01-13
Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some ...
Karl Zylinski
2024-01-02
Update copyright to 2024
Ray
2023-12-17
[rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for ...
ubkp
2023-12-16
Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644)
ubkp
2023-12-16
Fix fullscreen known issue 1 for PLATFORM_WEB (#3642)
ubkp
2023-12-15
Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634)
ubkp
2023-12-15
[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and fixes...
ubkp
2023-12-14
Add GetMonitorWidth() and GetMonitorHeight() implementations for PLATFORM_WEB...
ubkp
2023-12-14
REVIEWED: 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-28
Fix typos in src/platforms/rcore_*.c (#3581)
RadsammyT
2023-11-11
Review #3526
Ray
2023-11-10
Reviewed duplicate lines
Ray
2023-11-10
Reviewing automation events on web...
Ray
2023-11-02
Remove unneeded line on web platform
Ray
2023-11-02
Support OpenGL ES 3.0 building on Web
Ray
2023-11-01
Update rcore_web.c
Ray
2023-11-01
Update rcore_web.c
Ray
2023-10-31
Comments tweaks
Ray
2023-10-26
Remove trail spaces
Ray
2023-10-26
REVIEWED: `glfwGetError()` not availbale on `PLATFORM_WEB` fix #3470
Ray
2023-10-23
REVIEWED: `InitPlatform()` organization and code-gardening
Ray
2023-10-23
REVIEWED: Move screen capture logic to `rcore.c`, available for all platforms
Ray
2023-10-19
REVIEWED: Issue with functions definitions
Ray
2023-10-19
REVIEWED: Issue with symbols exposure
Ray
2023-10-19
REDESIGNED: Move platforms to separate directory #3313
Ray