This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-03-28 03:31:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b80fcd1a0c62f2dc06ea4bd63e10aebc8f9e31f
SDL
/
src
/
video
/
openvr
History
Eddy Jansson
aaee09d6ed
Don't do NULL-checks before SDL_free()
...
Replaces the pattern if (ptr) { SDL_free(ptr); } with SDL_free(ptr);
2025-10-20 00:13:09 -07:00
..
openvr_capi.h
Added the OpenVR license to openvr_capi.h
2024-11-04 13:32:59 -08:00
SDL_openvrvideo.c
Don't do NULL-checks before SDL_free()
2025-10-20 00:13:09 -07:00
SDL_openvrvideo.h
Added SDL_EVENT_SCREEN_KEYBOARD_SHOWN and SDL_EVENT_SCREEN_KEYBOARD_HIDDEN
2025-10-10 10:14:07 -07:00