SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetWidth()

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

Get New Windows Width.

Returns
Returns New Windows Width.

Definition at line 41 of file WindowEvent.h.

41{ return m_Width; }
uint32_t m_Width
Specific this Class Type with WindowResize.
Definition WindowEvent.h:76

References m_Width.