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::OnDeviceStateChange() ]
[ next: OnError() ]
[ prev: OnDestroy() ]
__published:
__property TDx_Event OnDeviceStateChange = {read=FOnDeviceStateChange, write=FOnDeviceStateChange, nodefault};
TDX_INPUTDEVICE::ONDEVICESTATECHANGE()
[ component event ]
- Description
The
OnDeviceStateChange
Event
is
triggered
by
a
change
in
the
current
devices
state
(eg
button
click,
axis
change)
when
the
TDx_InputDevice::SetEventNotification()
method
is
called
with
true
as
its
parameter.
This
is
non-polled
access
of
the
device.
- Parameters
Sender
The Sender parameter refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|