Ray
3f1e59a7cf
Update copyright to 2024
1年前
ubkp
43b4f90eb7
Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL ( #3679 )
1年前
Ray
efe3510a9a
REVIEWED: SDL text input to Unicode codepoints #3650
REVIEWED: GLFW naming conventions to reflect codepoints reading
1年前
Cinghy Creations
57a5ebe6c6
Don't use a separate thread when polling for gamepad events on DRM platforms ( #3641 )
1年前
ubkp
9fcfc8d64b
[rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for `PLATFORM_WEB` ( #3647 )
* Fix ShowCursor(), HideCursor() and review SetMouseCursor() for PLATFORM_WEB
* Add static to cursorLUT[]
* Re-review SetMouseCursor()
1年前
ubkp
2487174b48
Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB ( #3644 )
1年前
ubkp
0df78d4eeb
Fix fullscreen known issue 1 for PLATFORM_WEB ( #3642 )
1年前
ubkp
e001f7e75e
Add ToggleFullscreen() and required changes for PLATFORM_WEB ( #3634 )
1年前
ubkp
489f0b93f9
[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and fixes #3636 style/format ( #3637 )
* Add GetWindowPosition() implementation for PLATFORM_WEB and fixes #3636 style/format
* Remove double space
1年前
ubkp
10c82595b0
Add GetMonitorWidth() and GetMonitorHeight() implementations for PLATFORM_WEB ( #3636 )
1年前
Ray
38626dcffd
REVIEWED: HighDPI support on Web platform #3372 -WIP-
NOTE: The code is commented until the build system gets updated to latest emscripten.
1年前
ubkp
a2e45239c3
[rcore] Complement `SetWindowState()` and `ClearWindowState()` for `PLATFORM_WEB` ( #3625 )
* Complement SetWindowState() and ClearWindowState() for PLATFORM_WEB
* Add FLAG_WINDOW_RESIZABLE to SetWindowState() and ClearWindowState() for PLATFORM_WEB
1年前
ubkp
39457ace2f
[rcore] Add `ToggleBorderlessWindowed()` implementation for `PLATFORM_WEB` ( #3622 )
* Add ToggleBorderlessWindowed() for PLATFORM_WEB
* Fix coding convention
1年前
ubkp
44eeda2475
Optimize gesture handling for PLATFORM_DRM ( #3616 )
1年前
ubkp
ed8a18ea64
[rcore] Fix real touch gestures for `PLATFORM_DESKTOP_SDL` ( #3614 )
* Fix touch gestures for PLATFORM_DESKTOP_SDL
* Complement note and optimization
* Events optimization
* Optimize gesture handling
* Reverts previous commit and fixes GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends
* Reapply previous gesture handling optimization also fixing GESTURE_DRAG to not trigger GESTURE_SWIPE* when it ends
1年前
ubkp
a9ba51aa72
[rcore] Fix `IsMouseButtonUp()` for `PLATFORM_WEB` and `PLATFORM_DRM` ( #3611 )
* Fix IsMouseButtonUp() for PLATFORM_WEB
* Fix IsMouseButtonUp() for PLATFORM_DRM
1年前
ubkp
ab9bddb3bd
[rcore] Fix `IsMouseButtonUp()` and add touch events for `PLATFORM_DESKTOP_SDL` ( #3610 )
* Fix IsMouseButtonUp() and add touch events for PLATFORM_DESKTOP_SDL
* Fix coding convention
1年前
Kenneth M
8b33d1eeb9
Fix IsMouseButtonUp() ( #3609 )
1年前
ubkp
d99617d084
[rcore] Fix `IsKeyPressedRepeat()` for `PLATFORM_DESKTOP_SDL` ( #3605 )
* Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL
* Fix missing space
1年前
ubkp
984e83c2d0
Fix GetKeyPressed and GetCharPressed for SDL ( #3604 )
1年前
Ray
d0a783e362
Revert "Fix Windows Hardcoding ( #3600 )"
This reverts commit 4ae2af0bcc .
1年前
Ray
5aa84a34ea
Revert "Fix warning while using external GLFW older than version 3.4.0 ( #3599 )"
This reverts commit f1b0d15813 .
1年前
mr sihc
4ae2af0bcc
Fix Windows Hardcoding ( #3600 )
Compiles on Linux & co. now
1年前
Marco Maia
f1b0d15813
Fix warning while using external GLFW older than version 3.4.0 ( #3599 )
Co-authored-by: Marco Maia <marco.maia@iarasystems.com.br>
1年前
ubkp
0748dc2d1e
Remove a duplicated loop for PLATFORM_DRM ( #3590 )
1年前
ubkp
bd81bdc24a
Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input ( #3583 )
1年前
RadsammyT
fe53ba80dd
Fix typos in src/platforms/rcore_*.c ( #3581 )
1年前
ubkp
1906f1eddf
Fix SetMousePosition() for SDL ( #3580 )
1年前
ubkp
c35c531551
Fix SetWindowIcon() for SDL ( #3578 )
1年前
Ray
994c4f4bdf
Update rcore_desktop_sdl.c
1年前
_Tradam
e41a0c9721
fix for running gles2 with sdl on desktop ( #3542 )
1年前
ubkp
db70db5f4d
Fix missing keys on PLATFORM_DESKTOP_SDL ( #3539 )
2 年前
ubkp
87f26c845c
Fix mouse button order for SDL ( #3534 )
2 年前
Ray
1b88f2ec03
Review #3526
2 年前
Ray
107ece438a
Reviewed duplicate lines
2 年前
Ray
e4ea116857
Reviewing automation events on web...
2 年前
ubkp
271a72f2f2
Fix absRange for PLATFORM_DRM ( #3517 )
2 年前
ubkp
9a2b735645
Fix mouse/touch/gestures for PLATFORM_DRM ( #3515 )
2 年前
Ray
3c3e311190
Remove unneeded line on web platform
2 年前
Ray
807516a991
Support OpenGL ES 3.0 building on Web
For some reason, the equivalent requested context (WebGL 2.0) is not provided, despite being properly requested.
2 年前
Ray
b40f93b9e3
Comments tweaks
2 年前
ubkp
fe34fc7c6b
Partial fix the gesture system for DRM ( #3502 )
2 年前
ubkp
de1ceae4b0
[core] Fix gestures for `PLATFORM_DESKTOP_SDL` ( #3499 )
* Fix gestures for SDL
* Review the gesture handling for SDL
* Review 2
2 年前
Ray
d77c918d51
Update rcore_web.c
2 年前
Ray
c563490cf8
Update rcore_web.c
2 年前
ubkp
ba21b8d274
Moves keymapUS[] and fixes GetCharPressed for DRM ( #3498 )
2 年前
Ray
de7beef05d
Remove trailing spaces
2 年前
Ray
0a3567439d
Comments tweaks
2 年前
ubkp
ab61bad168
Fix relative mouse mode for DRM ( #3492 )
2 年前
ubkp
049a6d475d
Fix drm hang up on exit and mouse input issues ( #3484 )
2 年前