CDM  v0.9
Console Draw Motor, C librarly for quickly developing Windows console applications with advanced graphics. https://github.com/komo97/CDM
CDMEvent Struct Reference

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...
 

Detailed Description

A structure containing the events required to check input inside CDM.

Author
Komo
Date
30/4/2018

Field Documentation

◆ inputNum

__int32 inputNum

The inputs number.

◆ inputPressed

CDMBool inputPressed[KeysEnd]

An array to keep track of presses.

◆ inputs

INPUT_RECORD inputs[64]

The input array.