Beispiel #1
0
 private static extern Bool SDL_SetClipRect(
     IntPtr surface, ref Rect rect);
Beispiel #2
0
 private static extern int SDL_BlitSurface(
     IntPtr src, ref Rect srcrect, IntPtr dst, IntPtr dstrect);
Beispiel #3
0
 private static extern void SDL_GetClipRect(
     IntPtr surface, out Rect rect);