controllerInput

class birdseyelib.ControllerInput(client)[source]

Class containing various functions for reading memory from BizHawk.

set_controller_input(joypad)[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:

joypad (Joypad) – The joypad layout to send to the external tool. Make sure the joypad matches the emulated system being used!

set_joypad(joypad)[source]

Sets the joypad layout to be used when setting inputs.

Layout is set to the NES joypad by default.

Parameters:

joypad (Joypad) – The joypad layout to send to the external tool. Make sure the joypad matches the emulated system being used!