Wiki Page Content

Results 1 - 23 of 23 results out of about 6838 pages. (4.16 seconds)

SDL_LogPriority . . . 25 matches
... = SDL_LogPriority = An enumeration of the predefined log priorities. <<TableOfContents()>> == Values == ##The following content is included on `SDL_LogSetAllPriority, SDL_LogS...

1.3k - rev: 5 (current) last modified: 2013-08-08 20:25:13

SDL_LOG_CATEGORY . . . 21 matches
... = SDL_LOG_CATEGORY = An enumeration of the predefined log categories. <<TableOfContents()>> == Values == ||SDL_LOG_CATEGORY_APPLICATION||application log|| ||SDL_LOG_CATEGORY_E...

1.3k - rev: 7 (current) last modified: 2016-11-28 21:35:53

SDL_LogMessageV . . . 15 matches
... = SDL_LogMessageV = Use this function to log a message with the specified category and priority. This version of [[SDL_LogMessage]]() uses a stdarg variadic argument list. <<T...

1.4k - rev: 7 (current) last modified: 2016-05-11 20:19:53

SDL_LogMessage . . . 14 matches
... = SDL_LogMessage = Use this function to log a message with the specified category and priority. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogMessage(int ...

1.3k - rev: 4 (current) last modified: 2013-08-08 19:50:33

SDL_LogWarn . . . 13 matches
... = SDL_LogWarn = Use this function to log a message with SDL_LOG_PRIORITY_WARN. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogWarn(int category, ...

1.0k - rev: 5 (current) last modified: 2013-08-08 19:53:20

SDL_LogVerbose . . . 13 matches
... = SDL_LogVerbose = Use this function to log a message with SDL_LOG_PRIORITY_VERBOSE. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogVerbose(int cate...

1.0k - rev: 4 (current) last modified: 2013-08-08 19:52:40

SDL_LogInfo . . . 13 matches
... = SDL_LogInfo = Use this function to log a message with SDL_LOG_PRIORITY_INFO. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogInfo(int category, ...

1.0k - rev: 4 (current) last modified: 2013-08-08 19:42:09

SDL_LogError . . . 13 matches
... = SDL_LogError = Use this function to log a message with SDL_LOG_PRIORITY_ERROR. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogError(int category, ...

1.0k - rev: 4 (current) last modified: 2013-08-08 19:39:41

SDL_LogDebug . . . 13 matches
... = SDL_LogDebug = Use this function to log a message with SDL_LOG_PRIORITY_DEBUG. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogDebug(int category, ...

1.0k - rev: 4 (current) last modified: 2013-08-08 19:39:06

SDL_LogCritical . . . 13 matches
... = SDL_LogCritical = Use this function to log a message with SDL_LOG_PRIORITY_CRITICAL. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogCritical(int c...

1.0k - rev: 3 (current) last modified: 2013-08-08 19:38:12

SDL_Log . . . 13 matches
... = SDL_Log = Use this function to log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_Log(...

0.8k - rev: 3 (current) last modified: 2013-08-08 19:30:05

SDL_LogSetOutputFunction . . . 10 matches
... = SDL_LogSetOutputFunction = Use this function to replace the default log output function with one of your own. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_...

1.6k - rev: 7 (current) last modified: 2014-01-06 18:15:19

SDL_LogGetOutputFunction . . . 10 matches
... = SDL_LogGetOutputFunction = Use this function to get the current log output function. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogGetOutputFunction(SDL_...

1.6k - rev: 6 (current) last modified: 2014-01-06 18:14:20

SDL_LogSetPriority . . . 9 matches
... = SDL_LogSetPriority = Use this function to set the priority of a particular log category. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogSetPriority(int ...

1.0k - rev: 3 (current) last modified: 2013-08-08 20:09:34

SDL_LogGetPriority . . . 8 matches
... = SDL_LogGetPriority = Use this function to get the priority of a particular log category. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_LogPriority SDL_LogGetPrio...

0.9k - rev: 4 (current) last modified: 2013-08-08 20:07:40

SDL_LogSetAllPriority . . . 7 matches
... = SDL_LogSetAllPriority = Use this function to set the priority of all log categories. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogSetAllPriority(SDL_Log...

0.7k - rev: 4 (current) last modified: 2013-08-08 20:11:23

SDL_LogResetPriorities . . . 5 matches
... = SDL_LogResetPriorities = Use this function to reset all priorities to default. <<TableOfContents()>> == Syntax == {{{#!highlight cpp void SDL_LogResetPriorities(void) }}} =...

0.5k - rev: 3 (current) last modified: 2013-08-08 20:11:45

SGFunctions . . . 8 matches
...ossible while creating an accurate wiki entry.|| ||''Example'': [[SDL_SetError]](), [[SDL_Log]]()|| ##Standardized table block for specific table: ##||<( |4 30%>''If'' the param...

49.0k - rev: 72 (current) last modified: 2013-02-13 22:15:11

SGStructures . . . 6 matches
...yboard|| ||SDL_keycode.h||CategoryKeyboard|| ||SDL_loadso.h||CategorySharedObject|| ||SDL_log.h||CategoryLog|| ##||SDL_main.h|||| ||SDL_mouse.h||CategoryMouse|| ||SDL_mutex.h||Cat...

35.9k - rev: 31 (current) last modified: 2012-01-06 00:09:16

SGEnumerations . . . 2 matches
...style="color: #808080;">value||description||}}}|| ||''Example'': [[SDL_EventType]], [[SDL_LOG_CATEGORY]]|| ||<( |3 30%>''If'' the value is specified as __read-only__||''Action'': ...

25.3k - rev: 8 (current) last modified: 2012-01-06 00:09:48

ToDo . . . 1 match
..._string]] * [[SDL_isdigit]] * [[SDL_isspace]] * [[SDL_itoa]] * [[SDL_lltoa]] * [[SDL_log]] * [[SDL_ltoa]] * [[SDL_malloc]] * [[SDL_memcmp]] * [[SDL_memcpy]] * [[SDL_memc...

10.5k - rev: 36 (current) last modified: 2016-04-15 21:25:48

CategoryEnum . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API Enumerations = <<TableOfContents()>> == Introduction == This category contain...

0.3k - rev: 7 (current) last modified: 2014-12-27 12:57:05

CategoryAPI . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API by Name = <<TableOfContents()>> == Hints == <<FullSearchCached(category:Catego...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

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