Click or drag to resize

DirectInputInputRange Structure

Direct Input input range.

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

The DirectInputInputRange type exposes the following members.

Constructors
  NameDescription
Public methodDirectInputInputRange
Initializes a new instance of the DirectInputInputRange class
Top
Fields
  NameDescription
Public fieldMaximum
Maximum value of this range
Public fieldMinimum
Minimum value of this range
Public fieldStatic memberNoMaximum
Public fieldStatic memberNoMinimum
Top
See Also