#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 in file wdxGraphicsWindow8.cxx.
|
|
Definition at line 45 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 59 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 58 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 55 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 57 of file wdxGraphicsWindow8.cxx. Referenced by static_window_proc(). |
|
|
Definition at line 43 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 44 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 50 of file wdxGraphicsWindow8.cxx. |
|
||||||||||||||||||||
|
Definition at line 1443 of file wcrGraphicsWindow.cxx. References wcrGraphicsWindow::_PandaPausedTimer, bResponsive_minimized_fullscreen_window, and PAUSED_TIMER_ID. |
|
|
Definition at line 53 of file wdxGraphicsWindow8.cxx. |
|
|
Definition at line 52 of file wdxGraphicsWindow8.cxx. Referenced by wcrGraphicsWindow::get_depth_bitwidth(), and wcrGraphicsWindow::~wcrGraphicsWindow(). |
1.3