Is it possible to get the global cursor position using gtk?

I need to get / set the position of the mouse in order to implement infinite mouse movement and overcome some gtk events limitations. Does gtk implement this ability?

No: GTK4 does not have platform-independent API that deals with global screen coordinates.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.