SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetRepeatCount()

const int & Spices::KeyPressedEvent::GetRepeatCount ( ) const
inline

Get Input Key repeat count.

Returns
Returns the Input Key repeat count.

Definition at line 79 of file KeyEvent.h.

79{ return m_RepeatCount; }
int m_RepeatCount
Specific this Class Type with KeyPressed.
Definition KeyEvent.h:103

References m_RepeatCount.