Electronicks/JoyShockMapper

using right stick for camera controls

Opened this issue · 0 comments

some games use hold MMOUSE plus mouse movement to rotate the camera. the specific game i'm trying to work it is Exanima. i've tried AIM, MOUSE_AREA, MOUSE_RING and none so far seems to work.

my last attempt:

GYRO_OFF = RIGHT_STICK
RIGHT_STICK_MODE = MOUSE_AREA
RIGHT_RING_MODE = INNER
MOUSE_RING_RADIUS = 300
RRING = MMOUSE

i've tried binding the middle mouse to the inner radius press. but the mouse always moves first before the MMOUSE input. sometimes letting go of RSTICK moves the mouse right back to where it started.