Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIEffect::TriggerRepeatInterval ]
[ next: TypeSpecificParams ]
[ prev: TriggerButton ]
__published:
__property dword TriggerRepeatInterval = { read=FGetTriggerRepeatInterval, write=FSetTriggerRepeatInterval, default=0 };
TDIEFFECT::TRIGGERREPEATINTERVAL
[ component property ]
- Description
The TriggerRepeatInterval property defines the how long, in microseconds, to wait between playbacks of the effect when the button is held down.
This property is only used if the effect is triggered by a button press and repetition support is available.
Repetition support will be indicated by the DIEP_TRIGGERREPEATINTERVAL flag being set in the TDIEffectInfo::StaticParams associated with this effect.
A setting of INFINITE indicates there will be no effect repetition while the button is held down.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|