Gamepad cant add - unable to use any logic referring to gamepads

Hello
I am unable to add a gamepad into my Phaser game. If I try and make one by using “this.controller = this.input.gamepad” or “this.input.gamepad.gamepads” or “this.input.gamepad.pad1”. None work and if I console log the first I get undefined, and the others say that they can’t read the properties of undefined.

When using exact code from these links:

nothing works and functions such as “once”, “.total” all tell me undefined

Thanks!

Make sure you have input: { gamepad: true } in the game config.

yep that shows initialize now thanks!
Always the tiny details I miss :sweat_smile:

Thanks!