aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-03 10:48:26 +0100
committerEugene Sandulenko2016-02-14 17:12:58 +0100
commit63ef49ec8afa761b89b809811699321c6fe5826e (patch)
tree2cf3034645ebe4315173d8725f8553bfe39930c5 /engines/wage/gui.h
parent52c317b842db2bb272f61b1e12af1777c42a38c8 (diff)
downloadscummvm-rg350-63ef49ec8afa761b89b809811699321c6fe5826e.tar.gz
scummvm-rg350-63ef49ec8afa761b89b809811699321c6fe5826e.tar.bz2
scummvm-rg350-63ef49ec8afa761b89b809811699321c6fe5826e.zip
WAGE: Rename mouse event processor to add clarity
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index b5f84e0c80..488543e485 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -93,8 +93,8 @@ public:
void appendText(const char *str);
void clearOutput();
void mouseMove(int x, int y);
- void mouseClick(int x, int y);
- Designed *getClickTarget(int x, int y);
+ void mouseDown(int x, int y);
+ Designed *mouseUp(int x, int y);
void drawInput();
void setSceneDirty() { _sceneDirty = true; }
const Graphics::Font *getFont(const char *name, Graphics::FontManager::FontUsage fallback);