naev 0.12.5
InputDialogue Struct Reference

Used to store information for input dialogues. More...

Data Fields

unsigned int input_wid
int x
int y
int w
int h
void(* item_select_cb )(unsigned int wid, const char *wgtname, int x, int y, int w, int h)

Detailed Description

Used to store information for input dialogues.

Definition at line 81 of file dialogue.c.

Field Documentation

◆ h

int InputDialogue::h

height of area we can draw in

Definition at line 86 of file dialogue.c.

◆ input_wid

unsigned int InputDialogue::input_wid

wid of input window

Definition at line 82 of file dialogue.c.

◆ item_select_cb

void(* InputDialogue::item_select_cb) (unsigned int wid, const char *wgtname, int x, int y, int w, int h)

callback when an item is selected

Definition at line 87 of file dialogue.c.

◆ w

int InputDialogue::w

width of area we can draw in

Definition at line 85 of file dialogue.c.

◆ x

int InputDialogue::x

x position where we can start drawing

Definition at line 83 of file dialogue.c.

◆ y

int InputDialogue::y

y position where we can start drawing.

Definition at line 84 of file dialogue.c.


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