Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
nk.h
1
#ifndef OE_GUI_NUKLEAR_H
2
#define OE_GUI_NUKLEAR_H
3
10
// Flags related to the core and renderer
11
#define NK_INCLUDE_FIXED_TYPES
12
#define NK_INCLUDE_DEFAULT_ALLOCATOR
13
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT
14
#define NK_UINT_DRAW_INDEX
15
16
// Include font generation + default font
17
#define NK_INCLUDE_FONT_BAKING
18
#define NK_INCLUDE_DEFAULT_FONT
19
20
// Activate button events on click release (more intuitive)
21
#define NK_BUTTON_TRIGGER_ON_RELEASE
22
23
#define NK_KEYSTATE_BASED_INPUT
24
25
26
#include "../lib/nuklear.h"
27
28
#endif
OxygenEngine
gui
nk.h
Generated by
1.9.8