OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos.

This commit is contained in:
Johannes Schickel 2011-02-19 20:24:54 +01:00
parent d05fb0cba6
commit 3aba54b8b0

View file

@ -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.