Mouse Support Settings

Overview

This section offers a few Settings related to the Mouse Support.


Whether you want to enable the Mouse on the Region Map.

USE_MOUSE_ON_REGION_MAP = true

Possible values:

  • true = enabled: the Mouse can be used for certain Actions on the Region Map

  • false = disabled.


Choose which Mouse Button needs to be clicked for selecting a Location and interacting with it.

MOUSE_BUTTON_SELECT_LOCATION = Input::MOUSELEFT

Possible values:

  • Input::MOUSELEFT

  • Input::MOUSERIGHT


Choose which Mouse Button needs to be clicked for moving the Region Map (press and drag) and for closing a preview.

MOUSE_BUTTON_MOVE_MAP = Input::MOUSERIGHT 

Possible values:

  • Input::MOUSELEFT

  • Input::MOUSERIGHT

Don't set these 2 settings to the same mouse button or it'll cause issues.

Last updated