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::OnEnumCreatedEffectObjects() ]
[ next: OnEnumEffects() ]
__published:
__property TDx_EnumCreatedEffectObjects OnEnumCreatedEffectObjects = {read=FOnEnumCreatedEffectObjects, write=FOnEnumCreatedEffectObjects, nodefault};
TDX_INPUTDEVICE::ONENUMCREATEDEFFECTOBJECTS()
[ component callback event ]
- Description
The
OnEnumCreatedEffectObjects
is
called
for
every
DirectInputDevice
Effect
enumerated
by
the
EnumCreatedEffectObjects
method.
- Parameters
Context
The Context parameter is an application defined value given to the EnumCreatedEffectObjects method.
Effect
The Effect parameter is an effect object that is beinng enumerated.
Sender
The Sender parameter usually refers to the object that signalled the event.
Finished
Set the Finished parameter to true to halt the enumeration immediately upon leaving this function.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|