From c2a2445897af17adb56a32dcf111312763a575d4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 2 Jul 2018 01:06:39 +0200 Subject: initial commit Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/Context_8h.htm | 148 +++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100755 libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/Context_8h.htm (limited to 'libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/Context_8h.htm') diff --git a/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/Context_8h.htm b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/Context_8h.htm new file mode 100755 index 0000000..5484b76 --- /dev/null +++ b/libghack/CSFML-2.1-windows-32bits/CSFML-2.1/doc/html/Context_8h.htm @@ -0,0 +1,148 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
Context.h File Reference
+
+
+
#include <SFML/Window/Export.h>
+#include <SFML/Window/Types.h>
+
+

Go to the source code of this file.

+ + + + + + + + + + + +

+Functions

CSFML_WINDOW_API sfContextsfContext_create (void)
 Create a new context.
 
CSFML_WINDOW_API void sfContext_destroy (sfContext *context)
 Destroy a context.
 
CSFML_WINDOW_API void sfContext_setActive (sfContext *context, sfBool active)
 Activate or deactivate explicitely a context.
 
+

Function Documentation

+ +
+
+ + + + + + + + +
CSFML_WINDOW_API sfContext* sfContext_create (void )
+
+ +

Create a new context.

+

This function activates the new context.

+
Returns
New sfContext object
+ +
+
+ +
+
+ + + + + + + + +
CSFML_WINDOW_API void sfContext_destroy (sfContextcontext)
+
+ +

Destroy a context.

+
Parameters
+ + +
contextContext to destroy
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
CSFML_WINDOW_API void sfContext_setActive (sfContextcontext,
sfBool active 
)
+
+ +

Activate or deactivate explicitely a context.

+
Parameters
+ + + +
contextContext object
activesfTrue to activate, sfFalse to deactivate
+
+
+ +
+
+
+ + + + -- cgit v1.2.3