Fixed ui_accept problem. It's possible now to make a custom ui_accept action event and pull it.
This commit is contained in:
parent
f62961aba3
commit
14c63565ec
@ -148,6 +148,7 @@ void BaseButton::_input_event(InputEvent p_event) {
|
|||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
case InputEvent::ACTION:
|
||||||
case InputEvent::JOYSTICK_BUTTON:
|
case InputEvent::JOYSTICK_BUTTON:
|
||||||
case InputEvent::KEY: {
|
case InputEvent::KEY: {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user