A program that allows you to emulate the scroll wheel with a pointer device.
I made this program because I couldn't find a good way to rotate the canvas in Affinity Photo when using a drawing tablet. At first, the goal for my tool was to just be for rotating the canvas. But I pivoted to making it a general scroll wheel emulation.
Scroll Tool only supports windows.
Download the latest EXE from releases and store it somewhere
You'll need to configure the execution logic yourself. One example is having it launch when pressing on of the function buttons on a Wacom tablet.
Things I already plan to implement are:
- Automatic updates and simple zip extraction based instalation
.toml
configuration file support so you can customize colors dimensions, sensitivity, etc.- A user-friendly tool to generate configs for people who'd rather not edit a
.toml
file (This'll have a lower priority)