#include <windows.h>
#include "pandabase.h"
#include "graphicsWindow.h"
#include "winGraphicsWindow.I"
Go to the source code of this file.
Compounds | |
class | WinGraphicsWindow |
An abstract base class for glGraphicsWindow and dxGraphicsWindow (and, in general, graphics windows that interface with the Microsoft Windows API). More... | |
Defines | |
#define | _WIN32_WINNT 0x0502 |
#define | WINDOWS_LEAN_AND_MEAN |
#define | PRINT_LAST_ERROR 0 |
Functions | |
EXPCL_PANDAWIN void | PrintErrorMessage (DWORD msgID) |
EXPCL_PANDAWIN void | ClearToBlack (HWND hWnd, const WindowProperties &props) |
EXPCL_PANDAWIN void | get_client_rect_screen (HWND hwnd, RECT *view_rect) |
Fills view_rect with the coordinates of the client area of the indicated window, converted to screen coordinates. |
Definition in file winGraphicsWindow.h.
|
Definition at line 28 of file winGraphicsWindow.h. |
|
Definition at line 182 of file winGraphicsWindow.h. |
|
Definition at line 30 of file winGraphicsWindow.h. |
|
Definition at line 1559 of file winGraphicsWindow.cxx. |
|
Fills view_rect with the coordinates of the client area of the indicated window, converted to screen coordinates.
Definition at line 1593 of file winGraphicsWindow.cxx. |
|
Definition at line 89 of file wcrGraphicsWindow.cxx. Referenced by wcrGraphicsWindow::DestroyMe(), wcrGraphicsWindow::enable_mouse_input(), and wcrGraphicsWindow::enable_mouse_passive_motion(). |