Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuartpb/sdldoctables

Lua scripts for generating SDL documentation
https://github.com/stuartpb/sdldoctables

Last synced: 7 days ago
JSON representation

Lua scripts for generating SDL documentation

Awesome Lists containing this project

README

        

Each of these scripts uses the tables provided by data.lua to generate the text for a different page on the SDL Wiki:

- Scancode_and_Keycode.lua: [SDL_ScancodeAndKeycode](http://wiki.libsdl.org/moin.cgi/SDL_ScancodeAndKeycode)
- Scancode_Lookup.lua: [SDLScancodeLookup](http://wiki.libsdl.org/moin.cgi/SDLScancodeLookup)
- Keycode_Lookup.lua: [SDLKeycodeLookup](http://wiki.libsdl.org/moin.cgi/SDLKeycodeLookup)
- Combined_Table.lua: [StuartPBentley/CombinedKeyTable](http://wiki.libsdl.org/moin.cgi/StuartPBentley/CombinedKeyTable)