Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_InputDevice::GetForceFeedbackState() ]
[ next: GetObjectInfo() ]
[ prev: GetEffectInfo() ]
public:
virtual HRESULT __fastcall GetForceFeedbackState( dword* pOut );
TDX_INPUTDEVICE::GETFORCEFEEDBACKSTATE()
[ component method ]
- Description
- Parameters
Out
The Out parameter defines flags describing the current force feedback state.
The described effect applies when the flag is set.
DIGFFS_ACTUATORSOFF
The force feedback actuators of the device are currently disabled.
DIGFFS_ACTUATORSON
The force feedback actuators of the device are currently enabled.
DIGFFS_DEVICELOST
The device has unexpectedly failed and is currently in an indeterminate state, the device must be either unacquired and reacquired or have a DISFFC_RESET command sent to it.
DIGFFS_EMPTY
The device currently has no effects downloaded.
DIGFFS_PAUSED
The device playback of all active effects has been paused.
DIGFFS_POWEROFF
The device's force feedback system is currently not available.
This flag will not be set if the device cannot report its power state.
DIGFFS_POWERON
The device's force feedback system is currently available.
This flag will not be set if the device cannot report its power state.
DIGFFS_SAFETYSWITCHOFF
The device's safety switch is currently in the off position and the device cannot operate.
This flag will not be set if the device cannot report the state of its safety switch.
DIGFFS_SAFETYSWITCHON
The device's safety switch is currently on and the device can operate.
This flag will not be set if the device cannot report the state of its safety switch.
DIGFFS_STOPPED
The device is not paused and no effects are playing.
DIGFFS_USERFFSWITCHOFF
The device's user force feedback switch is currently off and the device cannot operate.
This flag will not be set if the device cannot report the state of its user force feedback switch.
DIGFFS_USERFFSWITCHON
The device's user force feedback switch is currently on and the device can operate.
This flag will not be set if the device cannot report the state of its user force feedback switch.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|