Example #1
0
 public static extern void SDL_LogMessageV(
     [MarshalAs(UnmanagedType.I4)]
     System.Int32 category,
     SDL_LogPriority priority,
     [MarshalAs(UnmanagedType.LPStr)]
     string fmt,
     [MarshalAs(UnmanagedType.LPStr)]
     string ap);
Example #2
0
public static extern void SDL_LogSetPriority(
	[MarshalAs(UnmanagedType.I4)]
	System.Int32 category, 
	SDL_LogPriority priority);
Example #3
0
public static extern void SDL_LogSetAllPriority(
	SDL_LogPriority priority);
Example #4
0
public static extern void SDL_LogMessageV(
	[MarshalAs(UnmanagedType.I4)]
	System.Int32 category, 
	SDL_LogPriority priority, 
	[MarshalAs(UnmanagedType.LPStr)]
	string fmt, 
	[MarshalAs(UnmanagedType.LPStr)]
	string ap);
Example #5
0
		public static extern void SDL_LogSetPriority(
			int category,
			SDL_LogPriority priority
		);
Example #6
0
		public static extern void SDL_LogMessageV(
			int category,
			SDL_LogPriority priority,
			[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
				string fmt,
			__arglist
		);
Example #7
0
 public static extern void SDL_LogSetPriority(
     [MarshalAs(UnmanagedType.I4)]
     System.Int32 category,
     SDL_LogPriority priority);
Example #8
0
 public static extern void SDL_LogSetAllPriority(
     SDL_LogPriority priority);