We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dde70f commit fc0cb50Copy full SHA for fc0cb50
1 file changed
src/custom/glfw.cpp
@@ -90,6 +90,11 @@ GLFWAPI GLFWcursor* glfwCreateStandardCursor(const int shape)
90
}
91
92
93
+GLFWAPI void glfwGetCursorPos(GLFWwindow* handle, double* xpos, double* ypos)
94
+{
95
+ // stub for now, only used for the Mouse Tracker functionality in Moffenzeep/Particles
96
+}
97
+
98
GLFWAPI void glfwSetCursor(GLFWwindow*, GLFWcursor* const cursor)
99
{
100
CardinalPluginContext* const context = static_cast<CardinalPluginContext*>(APP);
0 commit comments