Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDIMouseState2::Buttons ]
[ next: ErrorValue ]
public:
__property byte Buttons[dword pIndex] = { read=FGetButtons, write=FSetButtons };
TDIMOUSESTATE2::BUTTONS
[ component property ]
- Description
The Buttons property defines a byte array of up to 8 button states.
When a given button is down, the high-order bit of the corresponding byte will be set.
If the button 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.
|
|