#include <SFML/Config.h>Go to the source code of this file.
Typedefs | |
| typedef sfContext | sfContext |
| Class wrapping an OpenGL context with no window. | |
Functions | |
| CSFML_API sfContext * | sfContext_Create () |
| Construct a new context. | |
| CSFML_API void | sfContext_Destroy (sfContext *Context) |
| Destroy an existing context. | |
| CSFML_API void | sfContext_SetActive (sfContext *Context, sfBool Active) |
| Activate or deactivate a context. | |
| CSFML_API sfContext* sfContext_Create | ( | ) |
Construct a new context.
| CSFML_API void sfContext_Destroy | ( | sfContext * | Context | ) |
Destroy an existing context.
| Context | : Context to destroy |
Activate or deactivate a context.
| Context | : Context to activate or deactivate | |
| Active | : sfTrue to activate, sfFalse to deactivate |