Making the mouse spring in range

Post Reply
009107
Posts: 2
Joined: 12 Sep 2020, 13:37

Making the mouse spring in range

Post by 009107 »

Hello

I am making a profile for POE, when i try to use the left anlogstick to walk around, i found the spring mode fly the mouse right to the edge of the screen and i couldn't find a way to limit the range of the mouse goes.
Is there a way to make this happen? It will be much easier to control the movement and also picking up item
"sorry for my bad english :("

Best regrads
Mat

Jonathan
Xpadder creator
Posts: 1737
Joined: 24 Aug 2009, 11:33
Location: England
Contact:

Re: Making the mouse spring in range

Post by Jonathan »

The Mouse Spring mode is fixed at 100% of the screen.

It may be possible to add Distance Zones to limit how far the stick can move and be reacted to but this was never intended to be used with Mouse Spring and the results are far from perfect

You can Copy the Profile below and Paste it into Xpadder using the Profile Menu button

Code: Select all

;--- Xpadder Profile Data ---
DataType=Profile
Version=2020.05.01
Name=(Untitled profile)
Set1Stick1UpSlots=Mouse Move Up,DISTANCE ZONE 50%
Set1Stick1UpMouseSpeed=32
Set1Stick1UpMouseMode=Spring
Set1Stick1RightSlots=Mouse Move Right,DISTANCE ZONE 50%
Set1Stick1RightMouseSpeed=32
Set1Stick1RightMouseMode=Spring
Set1Stick1DownSlots=Mouse Move Down,DISTANCE ZONE 50%
Set1Stick1DownMouseSpeed=32
Set1Stick1DownMouseMode=Spring
Set1Stick1LeftSlots=Mouse Move Left,DISTANCE ZONE 50%
Set1Stick1LeftMouseSpeed=32
Set1Stick1LeftMouseMode=Spring

009107
Posts: 2
Joined: 12 Sep 2020, 13:37

Re: Making the mouse spring in range

Post by 009107 »

Thank you so much Jonathan, will give this a try later! :D

Jonathan wrote:
13 Sep 2020, 09:31
The Mouse Spring mode is fixed at 100% of the screen.

It may be possible to add Distance Zones to limit how far the stick can move and be reacted to but this was never intended to be used with Mouse Spring and the results are far from perfect

You can Copy the Profile below and Paste it into Xpadder using the Profile Menu button

Code: Select all

;--- Xpadder Profile Data ---
DataType=Profile
Version=2020.05.01
Name=(Untitled profile)
Set1Stick1UpSlots=Mouse Move Up,DISTANCE ZONE 50%
Set1Stick1UpMouseSpeed=32
Set1Stick1UpMouseMode=Spring
Set1Stick1RightSlots=Mouse Move Right,DISTANCE ZONE 50%
Set1Stick1RightMouseSpeed=32
Set1Stick1RightMouseMode=Spring
Set1Stick1DownSlots=Mouse Move Down,DISTANCE ZONE 50%
Set1Stick1DownMouseSpeed=32
Set1Stick1DownMouseMode=Spring
Set1Stick1LeftSlots=Mouse Move Left,DISTANCE ZONE 50%
Set1Stick1LeftMouseSpeed=32
Set1Stick1LeftMouseMode=Spring

Post Reply

Return to “How do I do this assignment? Mouse actions”