DeviceProperties.GetLogicalRange Method

Language:

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


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center