Electronicks / JoyShockMapper

A tool for PC gamers to play games with DualShock 4s, JoyCons, and Pro Controllers. Gyro aiming, flick stick.
Other
343 stars 20 forks source link

using right stick for camera controls #63

Open leleleSDX opened 2 years ago

leleleSDX commented 2 years ago

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.