Add item_focused signal to OptionButton
And id_focused to Popupmenu.
This commit is contained in:
parent
90b9449844
commit
ff122a7e1f
3 changed files with 11 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class OptionButton : public Button {
|
|||
PopupMenu *popup;
|
||||
int current;
|
||||
|
||||
void _focused(int p_which);
|
||||
void _selected(int p_which);
|
||||
void _select(int p_which, bool p_emit = false);
|
||||
void _select_int(int p_which);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue