Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIDeviceObjectData::TimeStamp ]
[ prev: SizeAll ]
public:
__property dword TimeStamp[dword pArrayIndex] = { read=FGetTimeStamp, write=FSetTimeStamp };
TDIDEVICEOBJECTDATA::TIMESTAMP
[ component property ]
- Description
The TimeStamp property defines the tick count, in milliseconds, when the call was made.
When calling TDx_InputDevice::SendDeviceData(), this property must be 0.
A lower resolution system tick count value can be obtained with the Win32 GetTickCount function.
The tick count wraps around approximately every 50 days.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|