Project

General

Profile

Drawscroll » History » Revision 2

Revision 1 (Per Amundsen, 07/12/2016 01:34 AM) → Revision 2/3 (Per Amundsen, 07/19/2016 02:34 PM)

_Added in 1.9.0_ 

 */drawscroll -hn <@window> <x> <y> <x y w h> [<x> <y> <x y w h>...]* 

 Scrolls the region inside the specified rectangle. The first <x> and <y> parameters represent the distance to scroll and can be positive or negative. 

 *Switches* 

 -h - Highlights the windows icon if it is minimized. 
 -n - Prevents the display from being updated immediately. 

 *Parameters* 

 <@window> - Name of the window to scroll. 
 <x> - The number of pixel to scroll on the x axis. 
 <y> - The number of pixel to scroll on the y axis. 
 <x y w h> - The region to scroll. 
 [<x> <y> <x y w h>...] - Additional pixels and regions to scroll. TODO