Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIDeviceObjectInstance::GuidType ]
[ next: Name ]
[ prev: Flags ]
public:
__property GUID GuidType = { read=FGetGuidType, write=FSetGuidType, nodefault };
TDIDEVICEOBJECTINSTANCE::GUIDTYPE
[ component property ]
- Description
The GuidType property defines a device type that describes this device object instance.
This property is optional and the possible values are:
GUID_XAxis The horizontal axis.
GUID_YAxis The vertical axis.
GUID_ZAxis The z-axis.
GUID_RxAxis Rotation about the x-axis.
GUID_RyAxis Rotation about the y-axis.
GUID_RzAxis Rotation about 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 or "hat".
GUID_Unknown Unknown object.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|