MathewSachin / Captura

Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
https://mathewsachin.github.io/Captura/
MIT License
9.51k stars 1.79k forks source link

Adding an overlay/animation when you scroll using mouse wheel #480

Closed i-give-up closed 4 years ago

i-give-up commented 4 years ago

Is it possible to add an overlay/animation when you scroll using mouse wheel?

Here's a video showing how Keypress OSD does it: https://streamable.com/ozw8m. Basically, a downward triangle is drawn around mouse cursor when you scroll down, and upward triangle when you scroll up.

MathewSachin commented 4 years ago

Give this build a try: https://ci.appveyor.com/api/buildjobs/toe7u8h5v5n1jt9a/artifacts/temp%2FCaptura-Portable.zip

I've added an option on Settings/Overlays/Mouse page called Display Scroll. This is on by default. When you scroll, up/down arrows are displayed with the click overlay circle. Size of the arrow is automatically determined according to the click radius setting.

Arrow color is currently set to click circle border color. I'll add a separate option for it too later. Also, should we have a separate color for the scroll circle? Left, Right and Middle clicks can already be set to different colors.