Share via


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

Retrieves the range of data for axes as suggested by the manufacturer of a HID. Values can be negative. Normally DirectInput returns values from 0 through 0×FFFF, but the range can be made to conform to the manufacturer's suggested range by using the Range property.

Definition

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

Parameters

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

Return Value

Microsoft.DirectX.DirectInput.InputRange