WindowResizeEvent class reference
The event is generated when the parent window changes its size.
Functions documentation
WindowResizeEvent
(size_t width, size_t height);
Default constructor.
WindowResizeEvent
* Clone() const;
Implementation of the event cloning function.
Dimension
<size_t>& GetDimension();
Returns information about new window dimensions.
Variables documentation
Dimension
<size_t> m_stDimension;
Stores data regarding new window dimensions.