| 41 | } |
| 42 | |
| 43 | void MouseClickState::DrawMenu() |
| 44 | { |
| 45 | m_text.SetContent("Click in the windows, this text should change !\nM for Menu"); |
| 46 | } |
| 47 | |
| 48 | void MouseClickState::ManageInput(MouseStatus mouseStatus, const Nz::WindowEvent::MouseButtonEvent& mouse, Ndk::StateMachine& /*fsm*/) |
| 49 | { |
nothing calls this directly
no test coverage detected