Forum rules - please read before posting.

Allowing joystick input

Just looking for a bit of advice on how to offer joystick support in my game.  I've been able to connect and Xbox controller and move the player ok using the left joystick control.  Now I want to see how to allow user to use hotpots, menus etc.  I have rewired so I'm hoping to exploit.  I'd basically like to use the right joystick control to replace the mouse including having a cursor.  Is that possible?

Comments

  • Set your Input method to Keyboard Or Controller, and the cursor will then respond to the inputs CursorHorizontal and CursorVertical for movement, as opposed to the mouse.  Hotspot interaction is similarly done through InteractionA and InteractionB.

    These should be listed in the Settings Manager's list of "Available inputs".

    See the Manual's "Keyboard or controller input" chapter for more.  I would recommend getting things working without any other asset e.g. Rewired first.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.