vroid_scroll
Scroll panels or zoom the 3D viewport to reach content below the fold, using wheel events that work on XWayland clients.
Instructions
Wheel-scroll a panel or zoom the 3D viewport.
Sent as X11 button 4/5 (6/7 horizontally): VRoid is an XWayland client and ignores Wayland virtual-pointer axis events, so this is the only wheel that works on it.
Long Parameters lists need this - a label that vroid_find_text cannot see is usually just below the fold. vroid_set_slider scrolls to its own row automatically, so you rarely need to do it by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Park the pointer here first - the wheel goes to whatever is under the cursor, so this decides WHICH panel scrolls. ~(0.93w, 0.60h) is the right-hand Parameters panel, the centre is the 3D viewport. | |
| y | No | See `x`. | |
| dx | No | Horizontal wheel notches, positive = right. Rarely useful; VRoid's panels scroll vertically only. | |
| dy | No | Vertical wheel notches. POSITIVE scrolls DOWN (further into a panel); over the 3D viewport, positive zooms OUT. | |
| space | No | 'image' = pixels of a window capture (what vroid_screenshot / vroid_find_* report - the default, and almost always what you want); 'window' = Hyprland layout units relative to the window's top-left; 'layout' = absolute Hyprland layout units of the whole output. | image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||