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

Method MouseButtonUpdate

Rtxpt/SampleGame/GameScene.cpp:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 m_gameCamera.MousePosUpdate(xpos, ypos);
379}
380void GameScene::MouseButtonUpdate(int button, int action, int mods)
381{
382 if (CameraActive())
383 m_gameCamera.MouseButtonUpdate(button, action, mods);
384}
385
386void GameScene::Tick(float deltaTime, bool globalAnimationEnabled)
387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected