| 378 | m_gameCamera.MousePosUpdate(xpos, ypos); |
| 379 | } |
| 380 | void GameScene::MouseButtonUpdate(int button, int action, int mods) |
| 381 | { |
| 382 | if (CameraActive()) |
| 383 | m_gameCamera.MouseButtonUpdate(button, action, mods); |
| 384 | } |
| 385 | |
| 386 | void GameScene::Tick(float deltaTime, bool globalAnimationEnabled) |
| 387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected