SpiecsEngine
 
Loading...
Searching...
No Matches

◆ KeyEvent()

Spices::KeyEvent::KeyEvent ( int keycode)
inlineprotected

Specific this Class Category with EventCategoryKeyboard and EventCategoryInput.

Constructor Function.

Parameters
[in]keycodeInput KeyCode.

Definition at line 43 of file KeyEvent.h.

44 :m_KeyCode(keycode)
45 {}
int m_KeyCode
Input KeyCode.
Definition KeyEvent.h:50

References m_KeyCode.

Referenced by Spices::KeyPressedEvent::KeyPressedEvent(), Spices::KeyReleasedEvent::KeyReleasedEvent(), and Spices::KeyTypedEvent::KeyTypedEvent().