Window::SetCursorPosition now triggers MouseMoved events

This commit is contained in:
Laurent Gomila 2011-05-30 18:56:49 +02:00
parent 0449e74dc3
commit d938899f5c
2 changed files with 3 additions and 27 deletions

View file

@ -497,8 +497,6 @@ private :
Clock myClock; ///< Clock for measuring the elapsed time between frames
Uint32 myLastFrameTime; ///< Time elapsed since last frame
unsigned int myFramerateLimit; ///< Current framerate limit
int mySetCursorPosX; ///< X coordinate passed to the last call to SetCursorPosition
int mySetCursorPosY; ///< Y coordinate passed to the last call to SetCursorPosition
};
} // namespace sf