How to set cursor back to default in pygame?
I want to have a click-cursor in my program.
I used pygame.mouse.set_cursor(pygame.cursors.Cursor(pygame.SYSTEM_CURSOR_HAND)) when the user hovers on one of the buttons, that changes the cursor to a click-cursor and that's all fine.
How can I get the cursor back to its default?