OPENGL: Fix documentation of OpenGLGraphicsManager::MousePos.
This commit is contained in:
parent
d05fb0cba6
commit
3aba54b8b0
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue