|
|
a9ba51aa72
|
[rcore] Fix IsMouseButtonUp() for PLATFORM_WEB and PLATFORM_DRM (#3611)
* Fix IsMouseButtonUp() for PLATFORM_WEB
* Fix IsMouseButtonUp() for PLATFORM_DRM
|
2023-12-07 19:53:27 +01:00 |
|
|
|
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
|
2023-12-07 19:53:02 +01:00 |
|
|
|
8b33d1eeb9
|
Fix IsMouseButtonUp() (#3609)
|
2023-12-07 19:50:36 +01:00 |
|
|
|
d99617d084
|
[rcore] Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL (#3605)
* Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL
* Fix missing space
|
2023-12-07 19:47:58 +01:00 |
|
|
|
984e83c2d0
|
Fix GetKeyPressed and GetCharPressed for SDL (#3604)
|
2023-12-05 10:02:48 +01:00 |
|
|
|
d0a783e362
|
Revert "Fix Windows Hardcoding (#3600)"
This reverts commit 4ae2af0bcc.
|
2023-12-03 20:08:48 +01:00 |
|
|
|
5aa84a34ea
|
Revert "Fix warning while using external GLFW older than version 3.4.0 (#3599)"
This reverts commit f1b0d15813.
|
2023-12-03 20:06:34 +01:00 |
|
|
|
4ae2af0bcc
|
Fix Windows Hardcoding (#3600)
Compiles on Linux & co. now
|
2023-12-03 19:55:16 +01:00 |
|
|
|
f1b0d15813
|
Fix warning while using external GLFW older than version 3.4.0 (#3599)
Co-authored-by: Marco Maia <marco.maia@iarasystems.com.br>
|
2023-12-03 19:53:52 +01:00 |
|
|
|
0748dc2d1e
|
Remove a duplicated loop for PLATFORM_DRM (#3590)
|
2023-12-01 14:55:48 +01:00 |
|
|
|
bd81bdc24a
|
Fix IsKeyPressedRepeat() for PLATFORM_DRM direct input (#3583)
|
2023-11-30 10:09:57 +01:00 |
|
|
|
fe53ba80dd
|
Fix typos in src/platforms/rcore_*.c (#3581)
|
2023-11-28 20:39:10 +01:00 |
|
|
|
1906f1eddf
|
Fix SetMousePosition() for SDL (#3580)
|
2023-11-28 20:37:04 +01:00 |
|
|
|
c35c531551
|
Fix SetWindowIcon() for SDL (#3578)
|
2023-11-27 16:34:17 +01:00 |
|
|
|
994c4f4bdf
|
Update rcore_desktop_sdl.c
|
2023-11-20 23:21:04 +01:00 |
|
|
|
e41a0c9721
|
fix for running gles2 with sdl on desktop (#3542)
|
2023-11-18 20:03:13 +01:00 |
|
|
|
db70db5f4d
|
Fix missing keys on PLATFORM_DESKTOP_SDL (#3539)
|
2023-11-14 11:49:27 +01:00 |
|
|
|
87f26c845c
|
Fix mouse button order for SDL (#3534)
|
2023-11-13 00:16:31 +01:00 |
|
|
|
1b88f2ec03
|
Review #3526
|
2023-11-11 20:53:36 +01:00 |
|
|
|
107ece438a
|
Reviewed duplicate lines
|
2023-11-10 19:48:47 +01:00 |
|
|
|
e4ea116857
|
Reviewing automation events on web...
|
2023-11-10 19:25:28 +01:00 |
|
|
|
271a72f2f2
|
Fix absRange for PLATFORM_DRM (#3517)
|
2023-11-07 22:15:23 +01:00 |
|
|
|
9a2b735645
|
Fix mouse/touch/gestures for PLATFORM_DRM (#3515)
|
2023-11-07 19:02:24 +01:00 |
|
|
|
3c3e311190
|
Remove unneeded line on web platform
|
2023-11-02 18:18:05 +01:00 |
|
|
|
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.
|
2023-11-02 18:13:37 +01:00 |
|
|
|
b40f93b9e3
|
Comments tweaks
|
2023-11-02 18:12:22 +01:00 |
|
|
|
fe34fc7c6b
|
Partial fix the gesture system for DRM (#3502)
|
2023-11-02 17:35:11 +01:00 |
|
|
|
de1ceae4b0
|
[core] Fix gestures for PLATFORM_DESKTOP_SDL (#3499)
* Fix gestures for SDL
* Review the gesture handling for SDL
* Review 2
|
2023-11-02 09:13:41 +01:00 |
|
|
|
d77c918d51
|
Update rcore_web.c
|
2023-11-01 16:24:06 +01:00 |
|
|
|
c563490cf8
|
Update rcore_web.c
|
2023-11-01 15:28:31 +01:00 |
|
|
|
ba21b8d274
|
Moves keymapUS[] and fixes GetCharPressed for DRM (#3498)
|
2023-11-01 12:20:33 +01:00 |
|
|
|
de7beef05d
|
Remove trailing spaces
|
2023-10-31 15:54:52 +01:00 |
|
|
|
0a3567439d
|
Comments tweaks
|
2023-10-31 15:49:42 +01:00 |
|
|
|
ab61bad168
|
Fix relative mouse mode for DRM (#3492)
|
2023-10-31 10:16:12 +01:00 |
|
|
|
049a6d475d
|
Fix drm hang up on exit and mouse input issues (#3484)
|
2023-10-29 20:55:02 +01:00 |
|
|
|
21243c8234
|
Update rcore_desktop_sdl.c
|
2023-10-29 20:42:29 +01:00 |
|
|
|
b4865588f8
|
REVIEWED: GetCurrentMonitor() #3472
|
2023-10-29 16:36:46 +01:00 |
|
|
|
01c264123d
|
Remove rcore.h include from SDL (#3475)
|
2023-10-29 16:23:38 +01:00 |
|
|
|
2db7c727b6
|
GetCurrentMonitor() - use closest monitor (#3472)
|
2023-10-27 17:01:05 +02:00 |
|
|
|
067dbe8657
|
ADDED: Drop files support to PLATFORM_DESKTOP_SDL
|
2023-10-26 23:57:07 +02:00 |
|
|
|
d0141bd105
|
Remove trail spaces
|
2023-10-26 23:56:38 +02:00 |
|
|
|
1cef62cf05
|
REVIEWED: glfwGetError() not availbale on PLATFORM_WEB fix #3470
|
2023-10-26 11:10:41 +02:00 |
|
|
|
2f6b2897fe
|
GetCurrentMonitor() - check window center instead of top-left corner (#3468)
|
2023-10-26 10:18:00 +02:00 |
|
|
|
cb1c2ffda1
|
Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462)
|
2023-10-25 19:13:51 +02:00 |
|
|
|
b0c0f2e560
|
Fix OpenURL on SDL (#3460)
|
2023-10-25 12:17:54 +02:00 |
|
|
|
7e5eff8a29
|
Revert "Fix #3461"
This reverts commit 8fbd42d592.
|
2023-10-25 10:15:19 +02:00 |
|
|
|
8fbd42d592
|
Fix #3461
|
2023-10-25 10:14:17 +02:00 |
|
|
|
803b1a910e
|
REVIEWED: Check OpenGL version required, fix #3457
|
2023-10-23 19:59:29 +02:00 |
|
|
|
a0f0034352
|
REVIEWED: InitPlatform() organization and code-gardening
|
2023-10-23 19:15:40 +02:00 |
|
|
|
3ff6026917
|
REVIEWED: Move screen capture logic to rcore.c, available for all platforms
|
2023-10-23 18:32:24 +02:00 |
|