MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / MousePosUpdate

Method MousePosUpdate

Rtxpt/SampleGame/GameScene.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 return false;
374}
375void GameScene::MousePosUpdate(double xpos, double ypos)
376{
377 if (CameraActive())
378 m_gameCamera.MousePosUpdate(xpos, ypos);
379}
380void GameScene::MouseButtonUpdate(int button, int action, int mods)
381{
382 if (CameraActive())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected