![]() |
naev 0.12.6
|
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) |
Used to store information for input dialogues.
Definition at line 81 of file dialogue.c.
| int InputDialogue::h |
height of area we can draw in
Definition at line 86 of file dialogue.c.
| unsigned int InputDialogue::input_wid |
wid of input window
Definition at line 82 of file dialogue.c.
| 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.
| int InputDialogue::w |
width of area we can draw in
Definition at line 85 of file dialogue.c.
| int InputDialogue::x |
x position where we can start drawing
Definition at line 83 of file dialogue.c.
| int InputDialogue::y |
y position where we can start drawing.
Definition at line 84 of file dialogue.c.