Click or drag to resize

DirectInputInputRange Constructor

Initializes a new instance of the DirectInputInputRange class

Namespace:  Rewired.Platforms.Windows.DirectInput
Assembly:  Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DirectInputInputRange(
	int minimum,
	int maximum
)

Parameters

minimum
Type: SystemInt32
maximum
Type: SystemInt32
See Also