From 2386a9534289baf73ce299f33e110f612ff55e38 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:19:54 +1000 Subject: Input Binding support --- source/frontend/StarMainInterface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarMainInterface.hpp') diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index aae2890..403b250 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -135,7 +135,7 @@ private: bool overButton(PolyI buttonPoly, Vec2I const& mousePos) const; - void overlayClick(Vec2I const& mousePos, MouseButton mouseButton); + bool overlayClick(Vec2I const& mousePos, MouseButton mouseButton); GuiContext* m_guiContext; MainInterfaceConfigConstPtr m_config; -- cgit v1.2.3