engine_io()
      Module for checking button presses
Attributes:
      rumble(intensity) [returns: None]
      gui_focused(gui_focused) [returns: bool]
      gui_focused_toggle() [returns: bool]
      gui_wrapping(wrapping_enabled) [returns: bool or None]
      gui_passing(passing_enabled) [returns: bool or None]
      battery_voltage() [returns: float]
      battery_level() [returns: float]
      is_plugged_in() [returns: bool]
      is_charging() [returns: bool]
      indicator(value) [returns: None]
      focused_node() [returns: Node or None]
      Button [value: the Button class, type: type]
      UP [value: the button object, type: Button]
      DOWN [value: the button object, type: Button]
      LEFT [value: the button object, type: Button]
      RIGHT [value: the button object, type: Button]
      A [value: the button object, type: Button]
      B [value: the button object, type: Button]
      LB [value: the button object, type: Button]
      RB [value: the button object, type: Button]
      MENU [value: the button object, type: Button]
      release_all_buttons() [returns: None]
      reset_all_buttons_params() [returns: None]

file: src/io/engine_io_module.c

landing