diff options
| author | Jordi Vilalta Prat | 2008-04-11 19:05:44 +0000 | 
|---|---|---|
| committer | Jordi Vilalta Prat | 2008-04-11 19:05:44 +0000 | 
| commit | c1cd5d17c230167c28e2a56d82e1345f46ffc55d (patch) | |
| tree | 71ccf69d167911c8c3a95760bf3f94cf478a7228 | |
| parent | e2fe69ff71f2f100e19c27e5039a79152b49cca6 (diff) | |
| download | scummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.tar.gz scummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.tar.bz2 scummvm-rg350-c1cd5d17c230167c28e2a56d82e1345f46ffc55d.zip  | |
Correct documentation
svn-id: r31486
| -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;  	/**  | 
