PumpkinBrush
Functions
nuklear_sfml_gl2.h File Reference
#include <SFML/Window.hpp>
#include <cstring>
Include dependency graph for nuklear_sfml_gl2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

NK_API struct nk_contextnk_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)
 

Function Documentation

◆ nk_sfml_font_stash_begin()

NK_API void nk_sfml_font_stash_begin ( struct nk_font_atlas **  atlas)

◆ nk_sfml_font_stash_end()

NK_API void nk_sfml_font_stash_end ( void  )

◆ nk_sfml_handle_event()

NK_API int nk_sfml_handle_event ( sf::Event *  event)

◆ nk_sfml_init()

NK_API struct nk_context* nk_sfml_init ( sf::Window *  window)

◆ nk_sfml_render()

NK_API void nk_sfml_render ( enum  nk_anti_aliasing)

◆ nk_sfml_shutdown()

NK_API void nk_sfml_shutdown ( void  )