SpiecsEngine
 
Loading...
Searching...
No Matches

◆ KeyReleasedEvent()

Spices::KeyReleasedEvent::KeyReleasedEvent ( int keycode)
inline

Constructor Function.

Parameters
[in]keycodeInput KeyCode.

Definition at line 117 of file KeyEvent.h.

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

References Spices::KeyEvent::KeyEvent().

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