RetroArch
Public Attributes | List of all members
nk_popup_state Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_popup_state:
[legend]

Public Attributes

struct nk_windowwin
 
enum nk_panel_type type
 
struct nk_popup_buffer buf
 
nk_hash name
 
int active
 
unsigned combo_count
 
unsigned con_count
 
unsigned con_old
 
unsigned active_con
 
struct nk_rect header
 

Member Data Documentation

◆ active

int nk_popup_state::active

◆ active_con

unsigned nk_popup_state::active_con

◆ buf

struct nk_popup_buffer nk_popup_state::buf

◆ combo_count

unsigned nk_popup_state::combo_count

◆ con_count

unsigned nk_popup_state::con_count

◆ con_old

unsigned nk_popup_state::con_old

◆ header

struct nk_rect nk_popup_state::header

◆ name

nk_hash nk_popup_state::name

◆ type

enum nk_panel_type nk_popup_state::type

◆ win

struct nk_window* nk_popup_state::win

The documentation for this struct was generated from the following file: