Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIPropHeader::How ]
[ next: Obj ]
[ prev: HeaderSize ]
__published:
__property dword How = { read=FGetHow, write=FSetHow, default=0 };
TDIPROPHEADER::HOW
[ component property ]
- Description
The How property specifies how the TDIPropHeader::Obj property should be interpreted.
The possible values are:
DIPH_DEVICE
- TDIPropHeader::Obj must be zero.
DIPH_BYOFFSET
- TDIPropHeader::Obj represents a byte offset into the data format of the object whose property setting is being accessed.
DIPH_BYID
- TDIPropHeader::Obj represents an object type/instance identifier. The identifier can be found in TDIDeviceObjectInstance::Type when it returns from a TDx_InputDevice::EnumObjects() method call.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|