Drawscroll » History » Version 1
Per Amundsen, 07/12/2016 01:34 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */drawscroll -hn <@window> <x> <y> <x y w h> [<x> <y> <x y w h>...]* |
||
| 4 | |||
| 5 | Scrolls the region inside the specified rectangle. The first <x> and <y> parameters represent the distance to scroll and can be positive or negative. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -h - Highlights the windows icon if it is minimized. |
||
| 10 | -n - Prevents the display from being updated immediately. |
||
| 11 | |||
| 12 | *Parameters* |
||
| 13 | |||
| 14 | <@window> - Name of the window to scroll. |
||
| 15 | <x> - The number of pixel to scroll on the x axis. |
||
| 16 | <y> - The number of pixel to scroll on the y axis. |
||
| 17 | <x y w h> - The region to scroll. |
||
| 18 | [<x> <y> <x y w h>...] - TODO |