Wijmo UI for the Web
GetMouseWheelValue Method
- the initial value before mousewheel.
Gets the value after mouse wheel.
Syntax
Javascript (Usage) 
var instance = new wijmo.input.Utility();
var returnValue; // Type: number

// Parameters
var value; // Type:  any

returnValue = instance.GetMouseWheelValue(value);
Javascript (Specification) 
function GetMouseWheelValue( 
   value : any
) : number;

Parameters

value
- the initial value before mousewheel.

Return Value

Returns the value after mouse wheel.
Browser Compatibility
7
5
5

See Also

Reference

Utility type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.