Nuklear
This is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, a default render backend or OS window/input handling but instead provides a highly modular, library-based approach, with simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and render backends, it focuses only on the actual UI.
 
Loading...
Searching...
No Matches
nk_keyboard Struct Reference
Collaboration diagram for nk_keyboard:

Data Fields

struct nk_key keys [NK_KEY_MAX]
 
char text [NK_INPUT_MAX]
 
int text_len
 

Detailed Description

Definition at line 4693 of file nuklear.h.

Field Documentation

◆ keys

struct nk_key nk_keyboard::keys[NK_KEY_MAX]

Definition at line 4694 of file nuklear.h.

◆ text

char nk_keyboard::text[NK_INPUT_MAX]

Definition at line 4695 of file nuklear.h.

◆ text_len

int nk_keyboard::text_len

Definition at line 4696 of file nuklear.h.


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