MCPcopy Create free account
hub / github.com/Illation/ETEngine / OnKeyEvent

Method OnKeyEvent

Engine/source/EtEditor/SceneEditor/SceneEditor.cpp:114–122  ·  view source on GitHub ↗

---------------------------------------------------- SceneEditor::OnKeyEvent

Source from the content-addressed store, hash-verified

112// SceneEditor::OnKeyEvent
113//
114bool SceneEditor::OnKeyEvent(bool const pressed, GdkEventKey* const evnt)
115{
116 if (m_NavigatingViewport != nullptr)
117 {
118 return m_NavigatingViewport->OnKeyEvent(pressed, evnt);
119 }
120
121 return false;
122}
123
124//----------------------------------------------------
125// SceneEditor::OnTick

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected