This website requires JavaScript.
Explore
Help
Sign in
vilyaem
/
Xrasher
Watch
1
Star
0
Fork
You've already forked Xrasher
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
85dfaaa2c2
Xrasher
/
engine
/
platform
/
sdl
History
Alibek Omarov
1c84a5c8ad
engine: platform: sdl: disable restoring desktop resolution for mobile platforms, as it leads to unwanted window minimize (which correctly implemented by SDL by the way)
2024-07-09 19:52:11 +03:00
..
events.c
Replace hardcoded functions names by __func__ macro
2024-06-19 06:53:42 +03:00
events.h
engine: platform: sdl: support borderless mode, slight refactoring
2023-10-10 14:11:28 +03:00
in_sdl.c
engine: platform: sdl: slightly rework previous patch to not call SDL each frame and check for NULL pointers
2024-02-23 20:55:32 +03:00
s_sdl.c
Replace hardcoded functions names by __func__ macro
2024-06-19 06:53:42 +03:00
sys_sdl.c
engine: platform: refactor Platform_Init/Shutdown/GetNativeObject functions. They are now defined in the header, and call platform-specific functios that defined in platform code
2023-06-16 07:32:19 +03:00
vid_sdl.c
engine: platform: sdl: disable restoring desktop resolution for mobile platforms, as it leads to unwanted window minimize (which correctly implemented by SDL by the way)
2024-07-09 19:52:11 +03:00