---------------------------------------------------- SceneEditor::OnKeyEvent
| 112 | // SceneEditor::OnKeyEvent |
| 113 | // |
| 114 | bool 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 |
nothing calls this directly
no outgoing calls
no test coverage detected