Mouse Wheel Up and Mouse Wheel Down are the scrolling actions for the wheel.
If you want to detect the mouse wheel as a button, it’s usually button 3 (“middle button”) on the mouse.
Hello, just tested your method, but the keystroke event response is not very sensitive.
What does it even mean? To register Up
, you need to capture Down
first and, ideally, Handle
it. Or, at least, ensure you do not lose focus in the meantime. Native buttons work slightly differently than panels, and even have special modes that register even if Up fires away from them, and handle working inside nested containers who have tendency to steal focus. Which does make stuff inconsistent. But we have no clue what we’re dealing with here.
As per usual in your thread, please provide some info regarding what you’re trying to achieve.
If the goal is to operate the MMB Up | Down:
There are other considerations, of course:
- how fast we need to mash the button
- where the input is supposed to go after
- what’s the purpose of this to start with…
Also, not my method (not taking the blame for this one, oh no) - that’s The Method - at least it had been until Enhanced Input rendered most of it obsolete anyway, and rightly so.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.