Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIDevCaps::DevType ]
[ next: ErrorValue ]
[ prev: Buttons ]
public:
__property dword DevType = { read=FGetDevType, write=FSetDevType, default=0 };
TDIDEVCAPS::DEVTYPE
[ component property ]
- Description
The DevType property defines the device type specification flags.
The described effect applies when the flag is set.
The device type defines a device as one of four basic types, those being keyboard, mouse, joystick and unknown.
The four basic types have subtypes that further specify the device type. All devices can also be defined as using HID (Human Interface Device) protocol.
Basic types are defined in the least significant byte, subtypes in the next byte and further definitions such as HID are contained in the high order word.
- Flags
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|