badwing.controller module

class badwing.controller.Controller(passthrough=None)

Bases: object

on_key_press(key, modifiers)
on_key_release(key, modifiers)
on_mouse_press(x: float, y: float, button: int, modifiers: int)
update(dt)