MouseMoveEvent class reference
The event is generated when the user mouse moves. Mouse coordinates are calculated for a specific window.
Functions documentation
MouseMoveEvent
(int xpos, int ypos);
Default constructor.
MouseMoveEvent
* Clone() const;
Implementation of the event cloning function.
Point<int>& GetPosition();
Returns information about mouse position, relative to the parent window area.
bool GetCheckStatus();
Returns information about whether the move was made inside the widget (true).
void SetCheckStatus(bool status);
Sets the flag which informs whether the move was made inside the widget.
Variables documentation
Point<int> m_stPosition;
Stores data regarding mouse position.