MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / resetInputState

Method resetInputState

Source/Falcor/Scene/Camera/CameraController.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void OrbiterCameraController::resetInputState()
136 {
137 mIsLeftButtonDown = false;
138 mShouldRotate = false;
139 mbDirty = false;
140 }
141
142 template<bool b6DoF>
143 FirstPersonCameraControllerCommon<b6DoF>::FirstPersonCameraControllerCommon(const ref<Camera>& pCamera) : CameraController(pCamera)

Callers 1

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected