![]() |
![]() |
![]() |
Effect.TriggerRepeatInterval Property |
Language: |
The interval, in microseconds, between the end of one playback and the start of the next when the effect is triggered by a button press and the button is held down. Setting this value to INFINITE suppresses repetition. Support for trigger repeat for an effect is indicated by the presence of the DIEP_TRIGGERREPEATINTERVAL flag in the dwStaticParams member of the Dieffectinfo structure.
Visual Basic Public Property TriggerRepeatInterval As Integer C# public int TriggerRepeatInterval { get; set; } C++ public:
property int TriggerRepeatInterval {
int get();
void set(int value);
}JScript public function get TriggerRepeatInterval() : int
public function set TriggerRepeatInterval(int);
This property is read/write.
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