RetroArch
Classes | Typedefs | Enumerations | Functions | Variables
nk_menu.h File Reference
#include "nk_common.h"
#include "../../menu_driver.h"
#include "../../menu_input.h"
Include dependency graph for nk_menu.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ nk_menu_handle_t

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
NK_WND_DEBUG 
NK_WND_LAST 

Function Documentation

◆ nk_common_set_style()

void nk_common_set_style ( struct nk_context ctx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nk_wnd_debug()

void nk_wnd_debug ( nk_menu_handle_t nk)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nk_wnd_get_state()

void nk_wnd_get_state ( nk_menu_handle_t nk,
const int  id,
struct nk_vec2 pos,
struct nk_vec2 size 
)

◆ nk_wnd_set_state()

void nk_wnd_set_state ( nk_menu_handle_t nk,
const int  id,
struct nk_vec2  pos,
struct nk_vec2  size 
)
Here is the caller graph for this function:

Variable Documentation

◆ nk_colors

struct nk_color nk_colors[NK_COLOR_COUNT]