Go to the source code of this file.
Classes | |
| class | key_joystick.stick_state |
Namespaces | |
| key_joystick | |
Functions | |
| def | key_joystick.main () |
Variables | |
| key_joystick.background = pygame.Surface(windowSurface.get_size()) | |
| tuple | key_joystick.BLACK = (0,0,0) |
| key_joystick.dir = os.path.dirname(__file__) | |
| key_joystick.filename = os.path.join(dir, '../media/sticks.png') | |
| int | key_joystick.HEIGHT = 406 |
| key_joystick.img = pygame.image.load(filename) | |
| int | key_joystick.WIDTH = 335 |
| key_joystick.windowSurface = pygame.display.set_mode((WIDTH, HEIGHT), 0, 32) | |