|
PumpkinBrush
|
#include <SFML/Window.hpp>#include <cstring>

Go to the source code of this file.
Functions | |
| NK_API struct nk_context * | nk_sfml_init (sf::Window *window) |
| NK_API void | nk_sfml_font_stash_begin (struct nk_font_atlas **atlas) |
| NK_API void | nk_sfml_font_stash_end (void) |
| NK_API int | nk_sfml_handle_event (sf::Event *event) |
| NK_API void | nk_sfml_render (enum nk_anti_aliasing) |
| NK_API void | nk_sfml_shutdown (void) |
| NK_API void nk_sfml_font_stash_begin | ( | struct nk_font_atlas ** | atlas | ) |
| NK_API void nk_sfml_font_stash_end | ( | void | ) |
| NK_API int nk_sfml_handle_event | ( | sf::Event * | event | ) |
| NK_API struct nk_context* nk_sfml_init | ( | sf::Window * | window | ) |
| NK_API void nk_sfml_render | ( | enum | nk_anti_aliasing | ) |
| NK_API void nk_sfml_shutdown | ( | void | ) |
1.8.17