Core Function MouseWheel
From Sputnik Wiki
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "<pre> MouseWheel ( <direction>, <clicks> ) </pre>  === Description ===  Moves the mouse wheel up or down.  === Parameters ===  ==== direction ====  "up" or "down"  ==== clicks ==...")  | 
		m (1 revision)  | 
		||
| (2 intermediate revisions by one user not shown) | |||
| Line 15: | Line 15: | ||
==== clicks ====  | ==== clicks ====  | ||
| − | + | Optional; The number of times to move the wheel. Default is 1.  | |
=== Return Value ===  | === Return Value ===  | ||
Latest revision as of 12:38, 14 June 2015
MouseWheel ( <direction>, <clicks> )
Contents | 
Description
Moves the mouse wheel up or down.
Parameters
direction
"up" or "down"
clicks
Optional; The number of times to move the wheel. Default is 1.
Return Value
None
Remarks
N/A
Example
// Move the wheel up 10 times MouseWheel("up", 10);