REQ: Allow for acceleration of the scroll wheel

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
Hoggy
New User
Posts: 8
Joined: Mon Sep 01, 2014 7:44 pm

REQ: Allow for acceleration of the scroll wheel

Post by Hoggy »

I think as it was in Intellipoint, IIRC. There were options for accelerating both the up/down scrolling, and I think even for the horizontal tilt-wheel.

That would allow for finer movement when just wanting to go down a few lines, and allow for heavier scrolling when trying to get to the bottom of the page.


Thanks.
User avatar
phil
Site Admin
Posts: 7664
Joined: Sun Apr 06, 2003 11:12 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by phil »

I'm not sure I can go this. I only intercept the messages sent by the mouse.
To accelerate would mean I would have to inject additional messages - and I'm not sure that would work out too well. This sort of thing really needs to be done at a lower level, i.e, the source of the messages to be reliable :(
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Hoggy
New User
Posts: 8
Joined: Mon Sep 01, 2014 7:44 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by Hoggy »

Wouldn't setting the priority in it's settings page to 'realtime' work out well for that? I did that already cause, well, it just seemed like it should be anyways. I don't know if it really helps anything or not.
User avatar
phil
Site Admin
Posts: 7664
Joined: Sun Apr 06, 2003 11:12 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by phil »

It helps, but it still does not guarantee CPU time like a driver can.
The problem is how do you accelerate something that comes in at a random interval (random as in how many scroll messages OR how many lines scrolled in each message)...
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Hoggy
New User
Posts: 8
Joined: Mon Sep 01, 2014 7:44 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by Hoggy »

I've found an extension for Firefox called 'Yet Another Smooth Scrolling' and it seems to do a quite a good job with acceleration in Firefox. With Pale Moon (A Firefox offshoot) it doesn't help as well with the smoothness, but Pale Moon has extremely good smooth scrolling built in. However, we're talking about the acceleration part of that extension that's important.. So I'm still playing with that extension in Pale Moon.

Something to consider.. Have it be an experimental option, even.
(But then again I'm no programmer, so... :-)
User avatar
phil
Site Admin
Posts: 7664
Joined: Sun Apr 06, 2003 11:12 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by phil »

Does it do acceleration? Is the plug-in open source? The problem is that to do this thing for one window where you know how to make it behave is one thing, to do it globally, where every application can react differently is a different beast.

EDIT: Never mind those two questions, I have installed it and found the source. Will take a look and see how it achieves the acceleration but no promises!
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Hoggy
New User
Posts: 8
Joined: Mon Sep 01, 2014 7:44 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by Hoggy »

That would be awesome... That's one of the biggest things I miss so far with the other bloated programs. (B)
User avatar
phil
Site Admin
Posts: 7664
Joined: Sun Apr 06, 2003 11:12 pm

Re: REQ: Allow for acceleration of the scroll wheel

Post by phil »

Well for sure its not going to get into the 2.8 release. I've somewhat managed it but it breaks loads of stuff as I expected so its going to require a lot more thought
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
Post Reply