How to convert a gamepad input to a mouse input

As the title says.

I need help please :pleading_face:

Short summary: you need to make your own joystick-mouse-look script. Here’s some API pointers:
bge.logic API:

Joystick sensor attributes/values via BGE Python:

Joystick sensor attributes/values via BPY Python:

Outdated, but still good examples:


There use to be a good joystick camera-look script tutorial, but the channel owner either got banned or decided to become anonymous… rip Arsenal RSL. Good tutorial maker. Over a hundred dedicated BGE tutorials.

Is there a way to make the game into thinking the left mouse button was clicked?

import bge
if bge.logic.mouse.inputs[bge.events.LEFTMOUSE].activated:
    # Do something here