Drawscroll » History » Version 2
Per Amundsen, 07/19/2016 02:34 PM
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 | 2 | Per Amundsen | [<x> <y> <x y w h>...] - Additional pixels and regions to scroll. |