Home
last modified time | relevance | path

Searched defs:txt_spincontrol_s (Results 1 – 5 of 5) sorted by relevance

/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/
H A Dtxt_spinctrl.h42 struct txt_spincontrol_s struct
44 txt_widget_t widget;
45 txt_spincontrol_type_t type;
46 union { float f; int i; } min, max, *value, step;
47 int editing;
48 char *buffer;
49 size_t buffer_len;
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_spinctrl.h42 struct txt_spincontrol_s struct
44 txt_widget_t widget;
45 txt_spincontrol_type_t type;
46 union { float f; int i; } min, max, *value, step;
47 int editing;
48 char *buffer;
49 size_t buffer_len;
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/
H A Dtxt_spinctrl.h49 struct txt_spincontrol_s struct
51 txt_widget_t widget;
52 txt_spincontrol_type_t type;
53 union { float f; int i; } min, max, *value, step;
54 int editing;
55 char *buffer;
/dports/games/ecwolf/ecwolf-1.3.3-src/textscreen/
H A Dtxt_spinctrl.h49 struct txt_spincontrol_s struct
51 txt_widget_t widget;
52 txt_spincontrol_type_t type;
53 union { float f; int i; } min, max, *value, step;
54 int editing;
55 char *buffer;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/TEXTSCREEN/
H A Dtxt_spinctrl.h49 struct txt_spincontrol_s struct
51 txt_widget_t widget;
52 txt_spincontrol_type_t type;
53 union { float f; int i; } min, max, *value, step;
54 int editing;
55 char *buffer;