| 188 | } |
| 189 | |
| 190 | bool SampleUI::MousePosUpdate(double xpos, double ypos) |
| 191 | { |
| 192 | return ImGui_Renderer::MousePosUpdate(xpos, ypos); |
| 193 | } |
| 194 | |
| 195 | std::string TrimTogglable(const std::string text) |
| 196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected