Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
KeyboardIO Struct Reference

#include <Keyboard.h>

Public Types

enum  StatusType { STATUS_UNUSED = 0x00 , STATUS_USED = 0x01 }
 

Public Attributes

UnsignedByte key
 
UnsignedByte status
 
UnsignedShort state
 
UnsignedInt sequence
 

Detailed Description

Holds a single keyboard event

Definition at line 68 of file Keyboard.h.

Member Enumeration Documentation

◆ StatusType

Enumerator
STATUS_UNUSED 
STATUS_USED 

Definition at line 71 of file Keyboard.h.

Member Data Documentation

◆ key

UnsignedByte KeyboardIO::key

Definition at line 77 of file Keyboard.h.

◆ sequence

UnsignedInt KeyboardIO::sequence

Definition at line 80 of file Keyboard.h.

◆ state

UnsignedShort KeyboardIO::state

Definition at line 79 of file Keyboard.h.

◆ status

UnsignedByte KeyboardIO::status

Definition at line 78 of file Keyboard.h.


The documentation for this struct was generated from the following file: