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

#include <keyboard.h>

Inherits WWKeyboardClass.

Public Member Functions

 KeyboardClass ()
 
KeyNumType Get (void)
 
KeyNumType Check (void)
 
KeyASCIIType To_ASCII (KeyNumType key)
 
void Clear (void)
 
int Down (KeyNumType key)
 
int Mouse_X (void)
 
int Mouse_Y (void)
 
- Public Member Functions inherited from WWKeyboardClass
 WWKeyboardClass ()
 
unsigned short Check (void) const
 
unsigned short Get (void)
 
bool Put (unsigned short key)
 
void Clear (void)
 
char To_ASCII (unsigned short num)
 
bool Down (unsigned short key)
 
bool Message_Handler (HWND hwnd, UINT message, UINT wParam, LONG lParam)
 

Public Attributes

unsigned IsLibrary
 
- Public Attributes inherited from WWKeyboardClass
int MouseQX
 
int MouseQY
 

Detailed Description

Definition at line 656 of file keyboard.h.

Constructor & Destructor Documentation

◆ KeyboardClass()

KeyboardClass::KeyboardClass ( )
inline

Definition at line 665 of file keyboard.h.

Member Function Documentation

◆ Check()

KeyNumType KeyboardClass::Check ( void )
inline

Definition at line 667 of file keyboard.h.

◆ Clear()

void KeyboardClass::Clear ( void )
inline

Definition at line 669 of file keyboard.h.

◆ Down()

int KeyboardClass::Down ( KeyNumType key)
inline

Definition at line 670 of file keyboard.h.

◆ Get()

KeyNumType KeyboardClass::Get ( void )
inline

Definition at line 666 of file keyboard.h.

◆ Mouse_X()

int KeyboardClass::Mouse_X ( void )
inline

Definition at line 672 of file keyboard.h.

◆ Mouse_Y()

int KeyboardClass::Mouse_Y ( void )
inline

Definition at line 673 of file keyboard.h.

◆ To_ASCII()

KeyASCIIType KeyboardClass::To_ASCII ( KeyNumType key)
inline

Definition at line 668 of file keyboard.h.

Member Data Documentation

◆ IsLibrary

unsigned KeyboardClass::IsLibrary

Definition at line 663 of file keyboard.h.


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