Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIKeyboardState::Keys ]
[ next: Size ]
[ prev: ErrorValue ]
public:
__property byte Keys[dword pIndex] = { read=FGetKeys, write=FSetKeys };
TDIKEYBOARDSTATE::KEYS
[ component property ]
- Description
The Keys property is used to store results from the TDx_InputDevice::GetDeviceState() method as a 256 byte array.
When a given key is down, the high-order bit of the corresponding byte will be set.
If the key is up, or does not exist, the bit will be clear.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|