RetroArch
|
Go to the source code of this file.
Classes | |
struct | icons |
struct | window |
struct | nk_menu_handle |
Typedefs | |
typedef struct nk_menu_handle | nk_menu_handle_t |
Enumerations | |
enum | { NK_WND_DEBUG = 0, NK_WND_LAST } |
Functions | |
void | nk_wnd_debug (nk_menu_handle_t *nk) |
void | nk_wnd_set_state (nk_menu_handle_t *nk, const int id, struct nk_vec2 pos, struct nk_vec2 size) |
void | nk_wnd_get_state (nk_menu_handle_t *nk, const int id, struct nk_vec2 *pos, struct nk_vec2 *size) |
void | nk_common_set_style (struct nk_context *ctx) |
Variables | |
struct nk_color | nk_colors [NK_COLOR_COUNT] |
typedef struct nk_menu_handle nk_menu_handle_t |
void nk_common_set_style | ( | struct nk_context * | ctx | ) |
void nk_wnd_debug | ( | nk_menu_handle_t * | nk | ) |
void nk_wnd_get_state | ( | nk_menu_handle_t * | nk, |
const int | id, | ||
struct nk_vec2 * | pos, | ||
struct nk_vec2 * | size | ||
) |
void nk_wnd_set_state | ( | nk_menu_handle_t * | nk, |
const int | id, | ||
struct nk_vec2 | pos, | ||
struct nk_vec2 | size | ||
) |
struct nk_color nk_colors[NK_COLOR_COUNT] |