SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetKeyCode()

const int & Spices::KeyEvent::GetKeyCode ( ) const
inlineinherited

Get Key Input Code.

Returns
Returns the Key Input Code.

Definition at line 30 of file KeyEvent.h.

30{ return m_KeyCode; }
int m_KeyCode
Input KeyCode.
Definition KeyEvent.h:50

References Spices::KeyEvent::m_KeyCode.

Referenced by Spices::ImguiMainMenu::OnEvent(), Spices::ImguiGizmos::OnKeyPressed(), and Spices::ImguiViewport::OnToggleSlate().