Share via


DeviceProperties.GetLogicalRange(ParameterHow,Int32) Method (Microsoft.DirectX.DirectInput)

Retrieves the range of the raw data returned for axes on a HID. Devices can return negative values.

Definition

Visual Basic Public Function GetLogicalRange( _
    ByVal how As ParameterHow, _
    ByVal objectId As Integer _
) As InputRange
C# public InputRange GetLogicalRange(
    ParameterHow how,
    int objectId
);
C++ public:
InputRange GetLogicalRange(
    ParameterHow how,
    int objectId
);
JScript public function GetLogicalRange(
    how : ParameterHow,
    objectId : int
) : InputRange;

Parameters

how Microsoft.DirectX.DirectInput.ParameterHow
objectId System.Int32

Return Value

Microsoft.DirectX.DirectInput.InputRange