Removed RenderWindow.Capture from SFML.Net in the sfml2 branch
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1234 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
7f4de9033c
commit
c049196149
@ -488,9 +488,6 @@ namespace SFML
|
|||||||
[DllImport("csfml-graphics"), SuppressUnmanagedCodeSecurity]
|
[DllImport("csfml-graphics"), SuppressUnmanagedCodeSecurity]
|
||||||
static extern bool sfRenderWindow_GetEvent(IntPtr This, out Event Evt);
|
static extern bool sfRenderWindow_GetEvent(IntPtr This, out Event Evt);
|
||||||
|
|
||||||
[DllImport("csfml-graphics"), SuppressUnmanagedCodeSecurity]
|
|
||||||
static extern IntPtr sfRenderWindow_Capture(IntPtr This);
|
|
||||||
|
|
||||||
[DllImport("csfml-graphics"), SuppressUnmanagedCodeSecurity]
|
[DllImport("csfml-graphics"), SuppressUnmanagedCodeSecurity]
|
||||||
static extern void sfRenderWindow_Clear(IntPtr This, Color ClearColor);
|
static extern void sfRenderWindow_Clear(IntPtr This, Color ClearColor);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user