diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index f4a13e921..5d58fac16 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -519,6 +519,7 @@ public: return this->GetWidget<NWidgetCore>(widget_index)->IsLowered(); } + void UnfocusFocusedWidget(); bool SetFocusedWidget(byte widget_index); void HandleButtonClick(byte widget); |