-
Notifications
You must be signed in to change notification settings - Fork 74
API_Reference
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
The following categories are the available group of SDL functions. They all belong to the SDL module.
local SDL = require "SDL"
| Category | Description |
|---|---|
| Initialization | Initialize SDL and its modules |
| Errors | Error management and reporting |
| Logging | Logging functions |
| Hints | Hints |
| Category | Description |
|---|---|
| Display | Display management |
| Window | Window management |
| Texture | Texture creation and manipulation |
| Surface | Surface object |
| Renderer | Renderer management |
| GL | OpenGL management |
| Category | Description |
|---|---|
| Platform | Platform inspection |
| Power | Power management |
| RWops | Portable file management |
| Filesystem | File system |
| Category | Description |
|---|---|
| Threads | Threads |
| Channels | Per thread messages |
| Timer | Timers |
| Category | Description |
|---|---|
| Audio | Audio management |
| Category | Description |
|---|---|
| Events | General events functions |
| Mouse | Mouse handling |
| Keyboard | Keyboard handling and input |
| Joystick | Joystick input |
| Haptic | Force feedback support |
| Category | Description |
|---|---|
| Rectangle | How to manage SDL_Rect |
| Color | How to deal with colors |
| Point | How to use points |
| Line | Line management |