SpiecsEngine
 
Loading...
Searching...
No Matches

◆ KeyPressedEvent()

Spices::KeyPressedEvent::KeyPressedEvent ( int keycode,
int repeatCount )
inline

Constructor Function.

Parameters
[in]keycodeInput KeyCode.
[in]repeatCountInput Key repeat count.

Definition at line 65 of file KeyEvent.h.

66 : KeyEvent(keycode)
67 , m_RepeatCount(repeatCount)
68 {}
KeyEvent(int keycode)
Specific this Class Category with EventCategoryKeyboard and EventCategoryInput.
Definition KeyEvent.h:43
int m_RepeatCount
Specific this Class Type with KeyPressed.
Definition KeyEvent.h:103

References Spices::KeyEvent::KeyEvent(), and m_RepeatCount.

Referenced by Spices::VulkanWindows::SetInternalCallBack().