Is there a way to use the mouse while,
pygame.mouse.set_visible(False)
is activated. Currently mouse only returns the bottom-right coordinate when tried to be used. Being able to get correct coordinates while mouse is hidden is required.
Could not find an answer at their documentation.