|
CDM
v0.9
Console Draw Motor, C librarly for quickly developing Windows console applications with advanced graphics. https://github.com/komo97/CDM
|
A structure containing the events required to check input inside CDM. More...
Data Fields | |
| INPUT_RECORD | inputs [64] |
| The input array. More... | |
| __int32 | inputNum |
| The inputs number. More... | |
| CDMBool | inputPressed [KeysEnd] |
| An array to keep track of presses. More... | |
A structure containing the events required to check input inside CDM.
| __int32 inputNum |
The inputs number.
| INPUT_RECORD inputs[64] |
The input array.