diff options
author | Johannes Schickel | 2011-02-19 20:24:54 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-02-19 20:46:47 +0100 |
commit | 3aba54b8b0c6d5272d9b485738804a9f8bfaaa87 (patch) | |
tree | 8823ca75a2c3265bbae4215b5957478ed71ee5a5 /backends/graphics | |
parent | d05fb0cba653ca018f30e4c2cbf3b1494e13fedb (diff) | |
download | scummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.tar.gz scummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.tar.bz2 scummvm-rg350-3aba54b8b0c6d5272d9b485738804a9f8bfaaa87.zip |
OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos.
Diffstat (limited to 'backends/graphics')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 27c850f0ab..30b19d5d70 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -239,8 +239,7 @@ protected: // Mouse // struct MousePos { - // The mouse position, using either virtual (game) or real - // (overlay) coordinates. + // The mouse position in hardware screen coordinates. int16 x, y; // The size and hotspot of the original cursor image. |