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

Public Member Functions

 AcceleratorTracker (HWND window=NULL, HACCEL accelerator=NULL)
 
int operator== (AcceleratorTracker const &acc) const
 
int operator!= (AcceleratorTracker const &acc) const
 

Public Attributes

HACCEL Accelerator
 
HWND Window
 

Detailed Description

Definition at line 58 of file msgloop.cpp.

Constructor & Destructor Documentation

◆ AcceleratorTracker()

AcceleratorTracker::AcceleratorTracker ( HWND window = NULL,
HACCEL accelerator = NULL )
inline

Definition at line 59 of file msgloop.cpp.

Member Function Documentation

◆ operator!=()

int AcceleratorTracker::operator!= ( AcceleratorTracker const & acc) const
inline

Definition at line 62 of file msgloop.cpp.

◆ operator==()

int AcceleratorTracker::operator== ( AcceleratorTracker const & acc) const
inline

Definition at line 61 of file msgloop.cpp.

Member Data Documentation

◆ Accelerator

HACCEL AcceleratorTracker::Accelerator

Definition at line 64 of file msgloop.cpp.

◆ Window

HWND AcceleratorTracker::Window

Definition at line 65 of file msgloop.cpp.


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