Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDICondition::DeadBand ]
[ next: ErrorValue ]
[ prev: ArraySize ]
public:
__property long DeadBand[dword pArrayIndex] = { read=FGetDeadBand, write=FSetDeadBand };
TDICONDITION::DEADBAND
[ component property ]
- Description
The DeadBand property defines a zone where the condition is not active, centered around the position defined by TDICondition::Offset.
When the control device is positioned within the zone defined by Offset + or - DeadBand, the conditional force will not be applied.
This property can range from 0 to 10,000, representing the distance in both directions from the offset that is to be defined as the dead zone.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|