Beispiel #1
0
public static extern IntPtr/* SDL_RWops*  */ SDL_RWFromFP(
	IntPtr/* void*  */ fp, 
	SDL_bool autoclose);
Beispiel #2
0
 public static extern System.Int32 SDL_SetRelativeMouseMode(
     SDL_bool enabled);
Beispiel #3
0
 public static int SDL_CaptureMouse(SDL_bool enabled)
 {
     return(1);
 }
Beispiel #4
0
 public static void SDL_SetWindowBordered(IntPtr windowHandle, SDL_bool sdlFalse)
 {
 }
Beispiel #5
0
 public static extern int SDL_SetRelativeMouseMode(SDL_bool enabled);
Beispiel #6
0
 public static extern IntPtr /* SDL_RWops*  */ SDL_RWFromFP(
     IntPtr /* void*  */ fp,
     SDL_bool autoclose);
Beispiel #7
0
		public static extern int SDL_SetWindowFullscreen(
			IntPtr window,
			SDL_bool fullscreen
		);
Beispiel #8
0
		public static extern void SDL_SetWindowGrab(
			IntPtr window,
			SDL_bool grabbed
		);
Beispiel #9
0
		public static extern int SDL_SetRelativeMouseMode(SDL_bool enabled);
Beispiel #10
0
public static extern void SDL_SetWindowBordered(
	IntPtr/* SDL_Window*  */ window, 
	SDL_bool bordered);
Beispiel #11
0
 public static extern void SDL_SetWindowGrab(
     IntPtr /* SDL_Window*  */ window,
     SDL_bool grabbed);
Beispiel #12
0
 public static extern void SDL_SetWindowBordered(
     IntPtr /* SDL_Window*  */ window,
     SDL_bool bordered);
Beispiel #13
0
public static extern System.Int32 SDL_SetRelativeMouseMode(
	SDL_bool enabled);