controllerInput

class birdseyelib.ControllerInput(client)[source]

Class containing various functions for reading memory from BizHawk.

set_controller_input(a=False, b=False, up=False, down=False, right=False, left=False)[source]

Sets the controller inputs to be executed in the emulator. All inputs are set to False be default. The inputs are executed until a new controller input is sent.

Parameters:
  • a (bool) – The state of the A button.

  • b (bool) – The state of the B button.

  • up (bool) – The state of the Up button on the control pad.

  • down (bool) – The state of the Down button on the control pad.

  • right (bool) – The state of the Right button on the control pad.

  • left (bool) – The state of the Left button on the control pad.