SpiecsEngine
 
Loading...
Searching...
No Matches

◆ KeyTypedEvent()

Spices::KeyTypedEvent::KeyTypedEvent ( int keycode)
inline

Constructor Function.

Parameters
[in]keycodeInput KeyCode.

Definition at line 155 of file KeyEvent.h.

156 : KeyEvent(keycode)
157 {}
KeyEvent(int keycode)
Specific this Class Category with EventCategoryKeyboard and EventCategoryInput.
Definition KeyEvent.h:43

References Spices::KeyEvent::KeyEvent().

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