aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/graphics/opengl/opengl-graphics.h3
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.