Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DIKEYBOARDSTATE'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DIKEYBOARDSTATE
[ TDx_Input_Library ]
[ next: DIMOUSESTATE ]
[ prev: DIJOYSTATE2 ]
The DIKEYBOARDSTATE structure is defined as :-
struct DIKEYBOARDSTATE {
BYTE bKeys[256];
};
Note: This structure is defined by the TDx_Input_Library.
It is not defined by DirectX.
|
|