aboutsummaryrefslogtreecommitdiff
path: root/common/events.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2008-04-11 19:05:44 +0000
committerJordi Vilalta Prat2008-04-11 19:05:44 +0000
commitc1cd5d17c230167c28e2a56d82e1345f46ffc55d (patch)
tree71ccf69d167911c8c3a95760bf3f94cf478a7228 /common/events.h
parente2fe69ff71f2f100e19c27e5039a79152b49cca6 (diff)
downloadscummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.tar.gz
scummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.tar.bz2
scummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.zip
Correct documentation
svn-id: r31486
Diffstat (limited to 'common/events.h')
-rw-r--r--common/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/events.h b/common/events.h
index 55392fc7db..d0cb740692 100644
--- a/common/events.h
+++ b/common/events.h
@@ -147,7 +147,7 @@ public:
virtual void processMillis(uint32 &millis) = 0;
- /** Return the current key state */
+ /** Return the current mouse position */
virtual Common::Point getMousePos() const = 0;
/**