示例#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);