RetroArch
Public Attributes | List of all members
nk_edit_state Struct Reference

#include <nuklear.h>

Collaboration diagram for nk_edit_state:
[legend]

Public Attributes

nk_hash name
 
unsigned int seq
 
unsigned int old
 
int active
 
int prev
 
int cursor
 
int sel_start
 
int sel_end
 
struct nk_scroll scrollbar
 
unsigned char mode
 
unsigned char single_line
 

Member Data Documentation

◆ active

int nk_edit_state::active

◆ cursor

int nk_edit_state::cursor

◆ mode

unsigned char nk_edit_state::mode

◆ name

nk_hash nk_edit_state::name

◆ old

unsigned int nk_edit_state::old

◆ prev

int nk_edit_state::prev

◆ scrollbar

struct nk_scroll nk_edit_state::scrollbar

◆ sel_end

int nk_edit_state::sel_end

◆ sel_start

int nk_edit_state::sel_start

◆ seq

unsigned int nk_edit_state::seq

◆ single_line

unsigned char nk_edit_state::single_line

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