mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
Merge pull request #2007 from Krzycho666/master
Fixed ui_accept problem
This commit is contained in:
commit
c7af3146c8
@ -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