#include "winGraphicsWindow.h"
#include "config_windisplay.h"
#include "winGraphicsPipe.h"
#include "graphicsPipe.h"
#include "keyboardButton.h"
#include "mouseButton.h"
#include "clockObject.h"
#include <tchar.h>
Go to the source code of this file.
Defines | |
#define | MIN_REFRESH_RATE 60 |
#define | ACCEPTABLE_REFRESH_RATE(RATE) ((RATE >= MIN_REFRESH_RATE) || (RATE==0) || (RATE==1)) |
Functions | |
void | PrintErrorMessage (DWORD msgID) |
void | ClearToBlack (HWND hWnd, const WindowProperties &props) |
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. | |
Variables | |
const char *const | errorbox_title = "Panda3D Error" |
Definition in file winGraphicsWindow.cxx.
|
Definition at line 1356 of file winGraphicsWindow.cxx. |
|
Definition at line 1354 of file winGraphicsWindow.cxx. |
|
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 1542 of file winGraphicsWindow.cxx. Referenced by wcrGraphicsWindow::DestroyMe(), wcrGraphicsWindow::enable_mouse_input(), and wcrGraphicsWindow::enable_mouse_passive_motion(). |
|
Definition at line 54 of file winGraphicsWindow.cxx. |