WindowMoveEvent class reference
The event is generated when the top window moves.
Functions documentation
WindowMoveEvent(int xpos, int ypos);
Default constructor.
WindowMoveEvent* Clone() const;
Implementation of the event cloning function.
Point<int>& GetPosition();Returns information about new window position.
Variables documentation
Point<int> m_stPosition;Stores data regarding new window position.