sys_buttons module

Note

This is a rather low-level way to access buttons, consider using InputController instead:

https://docs.flow3r.garden/badge/programming.html#example-1d-automatic-input-processing

sys_buttons.NOT_PRESSED: int
sys_buttons.PRESSED_DOWN: int
sys_buttons.PRESSED_LEFT: int
sys_buttons.PRESSED_RIGHT: int
sys_buttons.app_is_left() bool
sys_buttons.configure(left: bool) None
sys_buttons.get_app() int
sys_buttons.get_os() int