Search found 5 matches

by fishstik
Wed Jun 02, 2021 6:31 pm
Forum: XMouse Button Control
Topic: Bug: Enhance Pointer Precision
Replies: 24
Views: 17521

Re: Bug: Enhance Pointer Precision

Thanks for looking at it! I am using an AutoHotKey script to monitor and set my mouse settings. It issues a DLL call to SystemParametersInfo like so: SPI_GETMOUSE := 0x03 SPI_SETMOUSE := 0x04 SPI_GETMOUSESPEED := 0x70 SPI_SETMOUSESPEED := 0x71 ; set mouse speed DllCall("SystemParametersInfo&quo...
by fishstik
Wed Jun 02, 2021 3:44 pm
Forum: XMouse Button Control
Topic: Bug: Enhance Pointer Precision
Replies: 24
Views: 17521

Re: Bug: Enhance Pointer Precision

Ah, I get those messages without DEBUG enabled. I just enabled it and I'm getting much more output. I still haven't figured out what exactly causes it to start misbehaving again after my temporary fix of toggling the global settings. I have my Windows mouse settings as follows: accel_threshold1 = 6 ...
by fishstik
Sat May 29, 2021 12:01 am
Forum: XMouse Button Control
Topic: Bug: Enhance Pointer Precision
Replies: 24
Views: 17521

Re: Bug: Enhance Pointer Precision

Nevermind, it came back :( On profile switch/settings apply, It seems like it's setting the speed and EPP values from the global setting even though it's disabled. What made me think it was fixed was that it seems to behave temporarily when you change a value (speed and/or EPP) in the global setting...
by fishstik
Fri May 28, 2021 6:23 pm
Forum: XMouse Button Control
Topic: Bug: Enhance Pointer Precision
Replies: 24
Views: 17521

Re: Bug: Enhance Pointer Precision

Sorry about that! A quick update though. I was messing around with the XMBC settings and I enabled the "Allow XMBC to set the mouse speed and DPI" global setting, then disabled it again. It appears now the Windows EPP and speed settings are staying intact through settings applications and ...
by fishstik
Fri May 28, 2021 6:04 pm
Forum: XMouse Button Control
Topic: Bug: Enhance Pointer Precision
Replies: 24
Views: 17521

Re: Bug: Enhance Pointer Precision

Reviving this ancient thread to report a similar problem I'm experiencing with v2.19.2. I have the global setting "Allow XMBC to set the mouse speed and DPI" unchecked and subsequently all profile options have the "Override Mouse Speed" and "Enhance Pointer Precision" (...