#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) |
Variables | |
const char *const | errorbox_title = "Panda3D Error" |
|
Definition at line 1234 of file winGraphicsWindow.cxx. |
|
Definition at line 1232 of file winGraphicsWindow.cxx. |
|
Definition at line 1419 of file winGraphicsWindow.cxx. References WindowProperties::get_x_origin(), WindowProperties::get_x_size(), WindowProperties::get_y_origin(), WindowProperties::get_y_size(), WindowProperties::has_origin(), HDC(), and hDC. Referenced by wdxGraphicsWindow8::create_screen_buffers_and_device(), wdxGraphicsWindow8::init_resized_window(), and WinGraphicsWindow::window_proc(). |
|
Definition at line 1448 of file winGraphicsWindow.cxx. Referenced by wdxGraphicsWindow7::create_screen_buffers_and_device(), and wdxGraphicsWindow7::handle_reshape(). |
|
Definition at line 1402 of file winGraphicsWindow.cxx. References ERRORBOX_TITLE, errorbox_title, LAST_ERROR, NULL, and PRINT_LAST_ERROR. Referenced by wcrGraphicsWindow::config(), wcrGraphicsWindow::DestroyMe(), wcrGraphicsWindow::make_current(), and wcrGraphicsWindow::unmake_current(). |
|
Definition at line 51 of file winGraphicsWindow.cxx. Referenced by PrintErrorMessage(), and WinGraphicsWindow::show_error_message(). |