Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIObjectDataFormat::Guid ]
[ next: Ofs ]
[ prev: Flags ]
public:
__property const GUID* Guid[dword pArrayIndex] = { read=FGetGuid, write=FSetGuid };
TDIOBJECTDATAFORMAT::GUID
[ component property ]
- Description
The Guid property identifies an object (axis, button, or other input source).
When requesting a data format, making this property NULL indicates that any type of object is permissible.
Possible values include:
GUID_XAxis the left-right motion of a mouse.
GUID_YAxis forward-backward motion of a mouse.
GUID_ZAxis the wheel on a mouse
GUID_RxAxis Rotation around the x-axis.
GUID_RyAxis Rotation around the y-axis.
GUID_RzAxis Rotation around the z-axis.
GUID_Slider A slider axis.
GUID_Button A mouse button.
GUID_Key A keyboard key.
GUID_POV A point-of-view indicator.
GUID_Unknown Unknown.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|