Go to the source code of this file.
Classes | |
class | joystick_node.JoystickCommand |
Namespaces | |
namespace | joystick_node |
Variables | |
int | joystick_node.avel = 0 |
tuple | joystick_node.background = pygame.Surface(screen.get_size()) |
joystick_node.connected = False | |
tuple | joystick_node.joystick_count = pygame.joystick.get_count() |
tuple | joystick_node.js = pygame.joystick.Joystick(0) |
tuple | joystick_node.js_status = js.get_init() |
int | joystick_node.lock = 0 |
float | joystick_node.max_avel = 0.18 |
float | joystick_node.max_speed = 0.18 |
float | joystick_node.max_xvel = 0.18 |
float | joystick_node.max_yvel = 0.15 |
int | joystick_node.reset = 0 |
tuple | joystick_node.s = JoystickCommand() |
tuple | joystick_node.screen = pygame.display.set_mode((320, 80)) |
int | joystick_node.seg_a = 0 |
int | joystick_node.seg_x = 0 |
int | joystick_node.seg_y = 0 |
int | joystick_node.x = 0 |
int | joystick_node.xvel = 0 |
int | joystick_node.y = 0 |
int | joystick_node.yvel = 0 |
int | joystick_node.zen = 0 |
int | joystick_node.zen_reset = 0 |