diff options
-rw-r--r-- | common/events.h | 2 |
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; /** |