#include <GLFW/glfw3.h>
Go to the source code of this file.
Enumerations | |
enum | nk_glfw_init_state { NK_GLFW3_DEFAULT = 0, NK_GLFW3_INSTALL_CALLBACKS } |
Functions | |
NK_API void | nk_gflw3_scroll_callback (GLFWwindow *win, double xoff, double yoff) |
NK_API void | nk_glfw3_char_callback (GLFWwindow *win, unsigned int codepoint) |
NK_API void | nk_glfw3_font_stash_begin (struct nk_font_atlas **atlas) |
NK_API void | nk_glfw3_font_stash_end (void) |
NK_API struct nk_context * | nk_glfw3_init (GLFWwindow *win, enum nk_glfw_init_state) |
NK_API void | nk_glfw3_new_frame (void) |
NK_API void | nk_glfw3_render (enum nk_anti_aliasing) |
NK_API void | nk_glfw3_shutdown (void) |
enum nk_glfw_init_state |
Enumerator | |
---|---|
NK_GLFW3_DEFAULT | |
NK_GLFW3_INSTALL_CALLBACKS |
Definition at line 18 of file nuklear_glfw_gl2.h.
NK_API void nk_gflw3_scroll_callback | ( | GLFWwindow * | win, |
double | xoff, | ||
double | yoff | ||
) |
NK_API void nk_glfw3_char_callback | ( | GLFWwindow * | win, |
unsigned int | codepoint | ||
) |
NK_API struct nk_context* nk_glfw3_init | ( | GLFWwindow * | win, |
enum | nk_glfw_init_state | ||
) |