Taher Wala
0
Q:

pygame window cursor normal cursor

 cursor_text = (
 'X                       ',
 'XX                      ',
 'X.X                     ',
 'X..X                    ',
 'X...X                   ',
 'X....X                  ',
 'X.....X                 ',
 'X......X                ',
 'X.......X               ',
 'X........X              ',
 'X.........X             ',
 'X..........X            ',
 'X......XXXXX            ',
 'X...X..X                ',
 'X..X X..X               ',
 'X.X  X..X               ',
 'XX    X..X              ',
 '      X..X              ',
 '       XX               ',
 '                        ',
 '                        ',
 '                        ',
 '                        ',
 '                        ')
 cs, mask = pygame.cursors.compile(cursor_text)
 cursor = ((24, 24), (0, 0), cs, mask)
 pygame.mouse.set_cursor(*cursor)
2

New to Communities?

Join the community