#include <errno.h>#include <time.h>#include <math.h>#include <tchar.h>#include "wdxGraphicsPipe8.h"#include "wdxGraphicsWindow8.h"#include "config_dxgsg8.h"#include "keyboardButton.h"#include "mouseButton.h"#include "throw_event.h"#include <ddraw.h>#include <map>Go to the source code of this file.
| Defines | |
| #define | WDX_WINDOWCLASSNAME "wdxDisplay" | 
| #define | WDX_WINDOWCLASSNAME_NOCURSOR WDX_WINDOWCLASSNAME "_NoCursor" | 
| #define | DEFAULT_CURSOR IDC_ARROW | 
| #define | MAX_DISPLAYS 20 | 
| #define | PAUSED_TIMER_ID 7 | 
| #define | JOYSTICK_POLL_TIMER_ID 8 | 
| #define | DX_IS_READY ((_dxgsg!=NULL)&&(_dxgsg->GetDXReady())) | 
| Typedefs | |
| typedef map< HWND, wdxGraphicsWindow8 * > | HWND_PANDAWIN_MAP | 
| Functions | |
| LONG WINAPI | static_window_proc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) | 
| Variables | |
| HWND_PANDAWIN_MAP | hwnd_pandawin_map | 
| wdxGraphicsWindow8 * | global_wdxwinptr = NULL | 
| 
 | 
| 
 Definition at line 42 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 56 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 55 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 52 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 54 of file wdxGraphicsWindow8.cxx. Referenced by wcrGraphicsWindow::deactivate_window(). | 
| 
 | 
| 
 Definition at line 40 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 41 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 47 of file wdxGraphicsWindow8.cxx. | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 1384 of file wcrGraphicsWindow.cxx. References global_wcrwinptr, hwnd_pandawin_map, NULL, and wcrGraphicsWindow::window_proc(). Referenced by wcrGraphicsWindow::config(). | 
| 
 | 
| 
 Definition at line 50 of file wdxGraphicsWindow8.cxx. | 
| 
 | 
| 
 Definition at line 49 of file wdxGraphicsWindow8.cxx. Referenced by wcrGraphicsWindow::config(), DestroyAllWindows(), wcrGraphicsWindow::DestroyMe(), static_window_proc(), and wcrGraphicsWindow::window_proc(). | 
 1.3
1.3