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