|
Size: 1024
Comment: clarifying for which functions SDL_GetError() is supposed to work
|
Size: 1028
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| Functions in this category provide simple error message routines for SDL. SDL_GetError() can be called for almost all SDL functions to determine what problems are occurring. Check the wiki page of each specific SDL function to see whether SDL_GetError() is usable for them or not. | Functions in this category provide simple error message routines for SDL. SDL_GetError() can be called for almost all SDL functions to determine what problems are occurring. Check the wiki page of each specific SDL function to see whether SDL_GetError() is meaningful for them or not. |
Error Handling
Include File(s): SDL_error.h
Contents
Introduction
Functions in this category provide simple error message routines for SDL. SDL_GetError() can be called for almost all SDL functions to determine what problems are occurring. Check the wiki page of each specific SDL function to see whether SDL_GetError() is meaningful for them or not.
The SDL error messages are in English.
