DeviceProperties.GetPhysicalRange Method |
Language: |
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.
Visual Basic Public Function GetPhysicalRange( _
ByVal how As ParameterHow, _
ByVal objectId As Integer _
) As InputRangeC# public InputRange GetPhysicalRange(
ParameterHow how,
int objectId
);C++ public:
InputRange GetPhysicalRange(
ParameterHow how,
int objectId
);JScript public function GetPhysicalRange(
how : ParameterHow,
objectId : int
) : InputRange;
how Microsoft.DirectX.DirectInput.ParameterHow
objectId System.Int32
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