Classes | Functions | Variables
key_joystick Namespace Reference

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)

Function Documentation

Definition at line 155 of file key_joystick.py.


Variable Documentation

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.

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.

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.



rotors_joy_interface
Author(s): Fadri Furrer, Michael Burri, Mina Kamel, Janosch Nikolic, Markus Achtelik
autogenerated on Thu Apr 18 2019 02:43:53