Wiki Page Content

Differences between revisions 18 and 19
Revision 18 as of 2012-05-26 07:34:02
Size: 923
Editor: ChrisBush
Comment: Markup typo broke function list
Revision 19 as of 2012-08-06 19:29:18
Size: 1024
Editor: JonasThiem
Comment: clarifying for which functions SDL_GetError() is supposed to work
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. These functions can be called for nearly every other function to determine what problems are occurring.   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.

Error Handling

Include File(s): SDL_error.h

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 usable for them or not.

The SDL error messages are in English.

Functions


CategoryCategory

None: CategoryError (last edited 2013-10-12 19:03:28 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit