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