예제 #1
0
파일: SDLI.cs 프로젝트: razorware/netcore
 internal static extern void SDL_LogSetAllPriority(SDL_LOGPRIORITY priority);
예제 #2
0
파일: SDLI.cs 프로젝트: razorware/netcore
 internal static extern void SDL_LogMessageV(int category, SDL_LOGPRIORITY priority, byte[] logEntry);
예제 #3
0
파일: SDLI.cs 프로젝트: razorware/netcore
 internal static extern void SDL_LogSetPriority(int category, SDL_LOGPRIORITY priority);