Classes | |
| class | stick_state |
Functions | |
| def | main |
Variables | |
| tuple | background = pygame.Surface(windowSurface.get_size()) |
| tuple | BLACK = (0,0,0) |
| tuple | dir = os.path.dirname(__file__) |
| tuple | filename = os.path.join(dir, '../media/sticks.png') |
| int | HEIGHT = 406 |
| tuple | img = pygame.image.load(filename) |
| int | WIDTH = 335 |
| tuple | windowSurface = pygame.display.set_mode((WIDTH, HEIGHT), 0, 32) |
| def key_joystick.main | ( | ) |
Definition at line 155 of file key_joystick.py.
| tuple key_joystick::background = pygame.Surface(windowSurface.get_size()) |
Definition at line 21 of file key_joystick.py.
| tuple key_joystick::BLACK = (0,0,0) |
Definition at line 13 of file key_joystick.py.
| tuple key_joystick::dir = os.path.dirname(__file__) |
Definition at line 26 of file key_joystick.py.
| tuple key_joystick::filename = os.path.join(dir, '../media/sticks.png') |
Definition at line 27 of file key_joystick.py.
| int key_joystick::HEIGHT = 406 |
Definition at line 15 of file key_joystick.py.
| tuple key_joystick::img = pygame.image.load(filename) |
Definition at line 28 of file key_joystick.py.
| int key_joystick::WIDTH = 335 |
Definition at line 14 of file key_joystick.py.
| tuple key_joystick::windowSurface = pygame.display.set_mode((WIDTH, HEIGHT), 0, 32) |
Definition at line 16 of file key_joystick.py.