| 217 | } |
| 218 | |
| 219 | void ProfileManager::ScrollCallback(GLFWwindow* window, double xoffset, double yoffset) |
| 220 | { |
| 221 | double xpos, ypos; |
| 222 | glfwGetCursorPos(window, &xpos, &ypos); |
| 223 | MicroProfileMousePosition((uint32_t)xpos, (uint32_t)ypos, (int)-yoffset); |
| 224 | } |
| 225 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected