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

#include <keyboard.h>

Inherited by KeyboardClass.

Public Member Functions

 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

int MouseQX
 
int MouseQY
 

Detailed Description

Definition at line 63 of file keyboard.h.

Constructor & Destructor Documentation

◆ WWKeyboardClass()

WWKeyboardClass::WWKeyboardClass ( void )

Definition at line 83 of file keyboard.cpp.

Member Function Documentation

◆ Check()

unsigned short WWKeyboardClass::Check ( void ) const

Definition at line 152 of file keyboard.cpp.

◆ Clear()

void WWKeyboardClass::Clear ( void )

Definition at line 555 of file keyboard.cpp.

◆ Down()

bool WWKeyboardClass::Down ( unsigned short key)

Definition at line 369 of file keyboard.cpp.

◆ Get()

unsigned short WWKeyboardClass::Get ( void )

Definition at line 172 of file keyboard.cpp.

◆ Message_Handler()

bool WWKeyboardClass::Message_Handler ( HWND hwnd,
UINT message,
UINT wParam,
LONG lParam )

Definition at line 596 of file keyboard.cpp.

◆ Put()

bool WWKeyboardClass::Put ( unsigned short key)

Definition at line 191 of file keyboard.cpp.

◆ To_ASCII()

char WWKeyboardClass::To_ASCII ( unsigned short num)

Definition at line 296 of file keyboard.cpp.

Member Data Documentation

◆ MouseQX

int WWKeyboardClass::MouseQX

Definition at line 82 of file keyboard.h.

◆ MouseQY

int WWKeyboardClass::MouseQY

Definition at line 83 of file keyboard.h.


The documentation for this class was generated from the following files: