SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetHeight()

const uint32_t & Spices::WindowResizeEvent::GetHeight ( ) const
inline

Get New Windows Height.

Returns
Returns New Windows Height.

Definition at line 47 of file WindowEvent.h.

47{ return m_Height; }
uint32_t m_Height
New Windows Height.
Definition WindowEvent.h:81

References m_Height.