Forum rules - please read before posting.

How to create a menu slider for cursor speed?

Hi guys.

Anyone know how to create a menu slider for speed of cursor? Would be eternally grateful!

Comments

  • A tutorial on custom options can be found here.

    Before you attempted to make it an option, however, you would need to determine how you can change it yourself in the Editor. If your Input method is set to Mouse And Keyboard, then the cursor position is set by the mouse position - there's no "speed" involved.

    If its set to Keyboard Or Controller, then your cursor is affected by the CursorHorizontal and CursorVertical inputs, which can be mapped to the mouse cursor but will account for the Cursor Move Speed field on the GameEngine's PlayerInput component.

  • So there is no way to just speed it up using code, forgetting the slider issue?

  • edited December 2018

    I explained above how to do just that. You can also override the mouse position yourself, through code, by hooking into the InputMousePositionDelegate function - see the Manual's "Remapping inputs" chapter.

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.