Popup Menus
Seduce has a
seduce_popup_simple
uint seduce_popup_simple(BInputState *input, uint user_id, float pos_x, float pos_y, char **lables, uint element_count, float *time, boolean active, float red, float green, float blue, float red_active, float green_active, float blue_active);
seduce_popup
uint seduce_popup(BInputState *input, void *id, SUIPUElement *elements, uint element_count, float time);
seduce_popup_text
uint seduce_popup_text(BInputState *input, void *id, uint *selected, char **lables, uint element_count, SPopUpType type, float pos_x, float pos_y, float center, float size, float spacing, const char *text, float red, float green, float blue, float alpha, float red_select, float green_select, float blue_select, float alpha_select, boolean release_only);
Types:
Enum:
SPopUpType
S_PUT_TOP |
S_PUT_BOTTOM |
S_PUT_ANGLE |
S_PUT_BUTTON |
S_PUT_IMAGE |
S_PUT_COUNT |