JibbSmart / JoyShockMapper

A tool for PC gamers to play games with DualShock 4, DualSense, JoyCon, and Switch Pro Controllers. Gyro aiming, flick stick.
Other
801 stars 68 forks source link

MOUSE_AREA not centered when stick is already pushed in a direction #150

Open Pro-Prietary opened 3 years ago

Pro-Prietary commented 3 years ago

This was discovered when attempting to use MOUSE_AREA for the weapon wheel in Dishonored 2.

Here is a snippet of the configuration I've been using:

### L-Stick: Movement
LLEFT = A
LRIGHT = D
LUP = W
LDOWN = S

### Face Buttons
N = MMOUSE\ GYRO_OFF\
N,LEFT_STICK_MODE = MOUSE_AREA
MOUSE_RING_RADIUS = 300

I've noticed that if N is pressed while the stick is held in a direction, the center of the MOUSE_AREA is now off-center once the stick is let go. This goes for both the left and right stick.