From 35fbb7daa975d643ba98a32c5466a9dc93864527 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 7 Sep 2017 21:48:11 -0400 Subject: event order fixes --- src/ui.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/ui.cpp b/src/ui.cpp index 4eed4a3..78baa68 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -613,20 +613,6 @@ namespace ui { fclose(bmp); } - - bool handleGLEvent(SDL_Event& e) { - switch (e.type) { - case SDL_MOUSEBUTTONDOWN: - if ((UISystem::isDialog() | pageTexReady) && (e.button.button & SDL_BUTTON_RIGHT)) - UISystem::advanceDialog(); - return true; - break; - default: - break; - } - - return false; - } } using namespace ui; -- cgit v1.2.3