|
Files | |
| file | CAT.cpp [code] |
| CAT [Common Accessibility Technology] library main cpp. | |
| file | CAT.h [code] |
| CAT [Common Accessibility Technology] library main header. | |
| file | CATCmdLine.cpp [code] |
| Utility class for command-line parsing. | |
| file | CATCmdLine.h [code] |
| Utility class for command-line parsing. | |
| file | CATColor.h [code] |
| Color struct/functions for GUI. | |
| file | CATConfig.h [code] |
| CAT Configuration header. | |
| file | CATControllerMapper.cpp [code] |
| Maps inputs from a controller to various outputs. | |
| file | CATControllerMapper.h [code] |
| Maps inputs from a controller to various outputs. | |
| file | CATControlMap.cpp [code] |
| Maps inputs to outputs. | |
| file | CATControlMap.h [code] |
| Maps inputs to outputs. | |
| file | CATCritSec.h [code] |
| Defines the interface to critical sections for thread synchronization. | |
| file | CATCritSec_Win32.cpp [code] |
| Win32 version of critical sections for thread synchronization. | |
| file | CATCurveFit.cpp [code] |
| Fit a curve to a set of points. | |
| file | CATCurveFit.h [code] |
| Fit a curve to a set of points. | |
| file | CATDebug.cpp [code] |
| Debugging utility functions. | |
| file | CATDebug.h [code] |
| Debugging utility functions. | |
| file | CATDIJoystick.cpp [code] |
| Joystick class for DirectInput. | |
| file | CATDIJoystick.h [code] |
| DirectInput joystick wrapper. | |
| file | CATDirectInput.cpp [code] |
| file | CATDirectInput.h [code] |
| Basic DirectInput wrapper. | |
| file | CATDirectSoundIntercept.cpp [code] |
| DirectSound function interception. | |
| file | CATDirectSoundIntercept.h [code] |
| DirectSound function interception. | |
| file | CATDLLInjector.cpp [code] |
| DLL Injection functions for Win32. | |
| file | CATDLLInjector.h [code] |
| DLL Injection functions for Win32. | |
| file | CATFileSystem.h [code] |
| File utility virtual interface. | |
| file | CATFileSystem_Win32.cpp [code] |
| File system functions for Win32 platform. | |
| file | CATFileSystem_Win32.h [code] |
| File system functions for Win32 platform. | |
| file | CATFilter.cpp [code] |
| Parent filtering class for one-dimensional filters. | |
| file | CATFilter.h [code] |
| Parent filtering class for one-dimensional filters. | |
| file | CATFilterAttackDecay.cpp [code] |
| file | CATFilterAttackDecay.h [code] |
| Attack/Decay filter. | |
| file | CATFilterEWMA.cpp [code] |
| Exponentially weighted moving average filter (EWMA / Low pass). | |
| file | CATFilterEWMA.h [code] |
| Exponentially weighted moving average filter (EWMA / Low pass). | |
| file | CATImage.cpp [code] |
| PNG image class. | |
| file | CATImage.h [code] |
| PNG image class. | |
| file | CATInjectionPropagate.cpp [code] |
| Interception of new process creation with injected dll propagation. | |
| file | CATInjectionPropagate.h [code] |
| Interception of new process creation with injected dll propagation. | |
| file | CATIntercept.cpp [code] |
| Function interception base class. | |
| file | CATIntercept.h [code] |
| Function interception base class. | |
| file | CATInternal.h [code] |
| CAT Internal primary include. | |
| file | CATJoystick.cpp [code] |
| Base Joystick class. | |
| file | CATJoystick.h [code] |
| Base Joystick class. | |
| file | CATKeystroke.h [code] |
| Generic keystroke information. | |
| file | CATLineFit.cpp [code] |
| Regression to fit a line to a set of points. | |
| file | CATLineFit.h [code] |
| Regression to fit a line to a set of points. | |
| file | CATMathUtil.h [code] |
| Generic math/audio utility functions. | |
| file | CATMatrix.cpp [code] |
| file | CATMatrix.h [code] |
| Simple class for matrix operations. | |
| file | CATMsgThread.cpp [code] |
| Message Thread Base Class. | |
| file | CATMsgThread.h [code] |
| Message Thread Base Class. | |
| file | CATMutex.h [code] |
| Defines the interface to mutexes for thread synchronization. | |
| file | CATMutex_Win32.cpp [code] |
| Win32 implementation of CATMutex. | |
| file | CATOpenALIntercept.cpp [code] |
| OpenAL function interception. | |
| file | CATOpenALIntercept.h [code] |
| OpenAL function interception. | |
| file | CATOSFuncs.h [code] |
| Functions that can be abstracted between platforms directly. | |
| file | CATOSFuncs_Win32.cpp [code] |
| Functions that can be abstracted between platforms directly. | |
| file | CATOverlay.cpp [code] |
| Base image overlay for drawing on top of games. | |
| file | CATOverlay.h [code] |
| Base image overlay for drawing on top of games. | |
| file | CATOverlayDirect3D9.cpp [code] |
| Direct3D function interception. | |
| file | CATOverlayDirect3D9.h [code] |
| Direct3D function interception. | |
| file | CATOverlayOpenGL.cpp [code] |
| OpenGL image overlay. | |
| file | CATOverlayOpenGL.h [code] |
| OpenGL image overlay. | |
| file | CATPlatform.h [code] |
| Platform-specific object creation. | |
| file | CATPlatform_Win32.cpp [code] |
| Platform-specific object creation (Win32). | |
| file | CATPoint.h [code] |
| Point class, mainly for small sets for clarity of code. | |
| file | CATQueue.h [code] |
| Templated Queue object. | |
| file | CATRect.h [code] |
| Rectangles, points, size, etc. for GUI. | |
| file | CATResult.h [code] |
| CAT Result definitions and utilities. | |
| file | CATResultCore.h [code] |
| Core result codes for CAT library. | |
| file | CATSignal.h [code] |
| Defines an interface for signals (win32 events) for thread syncs. | |
| file | CATSignal_Win32.cpp [code] |
| Win32 implementation of signal events. | |
| file | CATSpeechCmds.cpp [code] |
| file | CATSpeechCmds.h [code] |
| file | CATStack.h [code] |
| Defines a templated stack. | |
| file | CATStats.cpp [code] |
| file | CATStats.h [code] |
| Basic statistics class. | |
| file | CATStream.cpp [code] |
| Base stream interface. | |
| file | CATStream.h [code] |
| Base stream interface. | |
| file | CATStreamFile.cpp [code] |
| File stream class. | |
| file | CATStreamFile.h [code] |
| File stream class. | |
| file | CATStreamRAM.cpp [code] |
| RAM stream. | |
| file | CATStreamRAM.h [code] |
| RAM stream. | |
| file | CATStreamSub.cpp [code] |
| Sub-stream class. | |
| file | CATStreamSub.h [code] |
| Sub-stream class. | |
| file | CATString.cpp [code] |
| String class. | |
| file | CATString.h [code] |
| String class. | |
| file | CATStringTable.cpp [code] |
| String table for internationalization. | |
| file | CATStringTable.h [code] |
| String table for internationalization. | |
| file | CATStringTableCore.cpp [code] |
| Core String table for CAT library. | |
| file | CATStringTableCore.h [code] |
| Core String table for CAT library. | |
| file | CATThread.cpp [code] |
| Base Thread Class. | |
| file | CATThread.h [code] |
| Base Thread Class. | |
| file | CATTimeWarp.cpp [code] |
| Time function interception. | |
| file | CATTimeWarp.h [code] |
| Time function interception, made for slowing down video games. | |
| file | CATTypes.h [code] |
| CAT Type definitions. | |
| file | CATUtil.h [code] |
| Defines basic utility functions. | |
| file | CATWindowHook.cpp [code] |
| Hooks windows messages in the current app's top-level window. | |
| file | CATWindowHook.h [code] |
| Hooks windows messages in the current app's top-level window. | |
| file | CATXMLFactory.cpp [code] |
| XML Factory base. | |
| file | CATXMLFactory.h [code] |
| XML Factory base. | |
| file | CATXMLObject.cpp [code] |
| XML Object Base. | |
| file | CATXMLObject.h [code] |
| XML Object Base. | |
| file | CATXMLParser.cpp [code] |
| XML Parser. | |
| file | CATXMLParser.h [code] |
| XML Parser. | |
| file | CBMagInfo.cpp [code] |
| Color Modification Information for CodeBlind. | |
| file | CBMagInfo.h [code] |
| Color Modification Information for CodeBlind. | |
1.5.4