diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-07 21:48:11 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-07 21:48:11 -0400 |
commit | 35fbb7daa975d643ba98a32c5466a9dc93864527 (patch) | |
tree | 6248722503eefeeeff4714a415a2f0b0bf12f16c /src | |
parent | c3e164c6845b9b32f132aa37cc9707acba0d9eff (diff) |
event order fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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; |