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

Method MousePosUpdate

Rtxpt/SampleUI.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190bool SampleUI::MousePosUpdate(double xpos, double ypos)
191{
192 return ImGui_Renderer::MousePosUpdate(xpos, ypos);
193}
194
195std::string TrimTogglable(const std::string text)
196{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected