#include <GASPilotDLL.h>
Definition at line 23 of file GASPilotDLL.h.
Public Types | |
enum | { CATHook_None = 0x0, CATHook_DX9 = 0x1, CATHook_OGL = 0x2, CATHook_Time = 0x4, CATHook_Exec = 0x8, CATHook_All = 0xff } |
Public Member Functions | |
GASPilotDLL () | |
~GASPilotDLL () | |
void | Run () |
void | OnFaster () |
void | OnSlower () |
void | OnFast () |
void | OnSlow () |
void | CheckKeys () |
Static Public Member Functions | |
static LRESULT CALLBACK | EventMsgProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Protected Member Functions | |
CATUInt32 | CheckHooks () |
void | UpdateSpeed () |
Protected Attributes | |
CATInjectionPropagate * | fExecCap |
CATTimeWarp * | fTimeWarp |
CATOverlayDirect3D9 * | fOverlayDX9 |
CATOverlayOpenGL * | fOverlayGL |
CATString | fDLLPath |
CATString | fBasePath |
CATString | fFastImgPath |
CATString | fSlowImgPath |
CATImage * | fFastImg |
CATImage * | fSlowImg |
CATImage * | fSpeedImg |
CATFloat32 | fSpeed |
HWND | fMsgWnd |
CATString | fHostApp |