コード例 #1
0
ファイル: Sdl.cs プロジェクト: BackupTheBerlios/supertux-svn
 public static extern void UpdateRects(IntPtr /*Surface*/ screen, int numrects, ref Rect rects);
コード例 #2
0
ファイル: Sdl.cs プロジェクト: BackupTheBerlios/supertux-svn
 public static extern bool SetClipRect(IntPtr /*Surface*/ surface, Rect rect);
コード例 #3
0
ファイル: Sdl.cs プロジェクト: BackupTheBerlios/supertux-svn
 public static extern int FillRect(IntPtr /*Surface*/ dst, Rect dstrect, uint color);
コード例 #4
0
ファイル: Sdl.cs プロジェクト: BackupTheBerlios/supertux-svn
 public static extern void GetClipRect(IntPtr /*Surface*/ surface, out Rect rect);
コード例 #5
0
ファイル: Sdl.cs プロジェクト: BackupTheBerlios/supertux-svn
 public static extern int DisplayYUVOverlay(ref Overlay overlay, Rect dstrect);