Support for different platforms. Platform_desktop_sdl.

This commit is contained in:
jussi
2023-11-23 00:00:49 +02:00
parent 85a48cf093
commit 1ab9722875
20 changed files with 775 additions and 733 deletions

View File

@@ -2,8 +2,10 @@ Current {
}
Backlog {
* SDL_Desktop platform option. Might have to move events to platform specific file since events are not
the same in different platforms.
* Platform specific API documentation.
* Platform desktop SDL.
* Thread safe Lua RL.event calling.
* Haptic functions.
* Text
* Text codepoints management functions (unicode characters)? Could be usefull for luajit.
* Some of the Text strings management functions could be easier to use than the Lua ones.