Example #1
0
 internal static extern void SDL_LogSetAllPriority(SDL_LOGPRIORITY priority);
Example #2
0
 internal static extern void SDL_LogMessageV(int category, SDL_LOGPRIORITY priority, byte[] logEntry);
Example #3
0
 internal static extern void SDL_LogSetPriority(int category, SDL_LOGPRIORITY priority);