Memory Address for User Inputs

Hi all -

I am a youtuber who does emulator scripting for Pokemon games. I am trying to use Citra’s scripting system, and cannot find the memory addresses for the user inputs (i.e. the RAM address that updates when A is pressed or the touch screen at a given x,y coordinate is touched). If I have that, I believe I will be all good for the project I am working on.

Thanksl!

are you just tryna access emulator data, then this https://github.com/citra-emu/citra/blob/master/dist/scripting/citra.py should supposedly shows the emulator data( TBH idk how, and I want to know how for a project)