Exemple #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);
Exemple #2
0
public static extern void SDL_LogSetPriority(
	[MarshalAs(UnmanagedType.I4)]
	System.Int32 category, 
	SDL_LogPriority priority);
Exemple #3
0
public static extern void SDL_LogSetAllPriority(
	SDL_LogPriority priority);
Exemple #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);
Exemple #5
0
		public static extern void SDL_LogSetPriority(
			int category,
			SDL_LogPriority priority
		);
Exemple #6
0
		public static extern void SDL_LogMessageV(
			int category,
			SDL_LogPriority priority,
			[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
				string fmt,
			__arglist
		);
Exemple #7
0
 public static extern void SDL_LogSetPriority(
     [MarshalAs(UnmanagedType.I4)]
     System.Int32 category,
     SDL_LogPriority priority);
Exemple #8
0
 public static extern void SDL_LogSetAllPriority(
     SDL_LogPriority priority);