Microsoft DirectX 9.0 SDK Update (October 2004)

Effect.TriggerRepeatInterval Property

Language:

Note: This documentation is preliminary and is subject to change.

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.

Definition

Visual Basic .NET Public Property TriggerRepeatInterval As Integer
C# public int TriggerRepeatInterval { get; set; }
Managed C++ public: __property int get_TriggerRepeatInterval();
public: __property void set_TriggerRepeatInterval(int);
JScript .NET public function get TriggerRepeatInterval() : int
public function set TriggerRepeatInterval(int);

Property Value

System.Int32 .

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center