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