| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fixes #3636 style/format (#3637)
* Add GetWindowPosition() implementation for PLATFORM_WEB and fixes #3636 style/format
* Remove double space
|
|
PLATFORM_WEB (#3636)
|
|
NOTE: The code is commented until the build system gets updated to latest emscripten.
|
|
`PLATFORM_WEB` (#3625)
* Complement SetWindowState() and ClearWindowState() for PLATFORM_WEB
* Add FLAG_WINDOW_RESIZABLE to SetWindowState() and ClearWindowState() for PLATFORM_WEB
|
|
(#3622)
* Add ToggleBorderlessWindowed() for PLATFORM_WEB
* Fix coding convention
|
|
|
|
* 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
|
|
* Fix IsMouseButtonUp() for PLATFORM_WEB
* Fix IsMouseButtonUp() for PLATFORM_DRM
|
|
`PLATFORM_DESKTOP_SDL` (#3610)
* Fix IsMouseButtonUp() and add touch events for PLATFORM_DESKTOP_SDL
* Fix coding convention
|
|
|
|
* Fix IsKeyPressedRepeat() for PLATFORM_DESKTOP_SDL
* Fix missing space
|
|
|
|
This reverts commit 4ae2af0bccc2792e0f380152b8638bfa384595c6.
|
|
This reverts commit f1b0d15813098228369dd647ffc04a7dbd92c02a.
|
|
Compiles on Linux & co. now
|
|
Co-authored-by: Marco Maia <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For some reason, the equivalent requested context (WebGL 2.0) is not provided, despite being properly requested.
|
|
|
|
|
|
* Fix gestures for SDL
* Review the gesture handling for SDL
* Review 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|