PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "winGraphicsWindow.h"
#include "config_windisplay.h"
#include "winGraphicsPipe.h"
#include "graphicsPipe.h"
#include "keyboardButton.h"
#include "mouseButton.h"
#include "clockObject.h"
#include "config_putil.h"
#include "throw_event.h"
#include "nativeWindowHandle.h"
#include <tchar.h>
Go to the source code of this file.
Functions | |
void | ClearToBlack (HWND hWnd, const WindowProperties &props) |
DECLARE_HANDLE (HTOUCHINPUT) | |
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. More... | |
void | PrintErrorMessage (DWORD msgID) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file winGraphicsWindow.cxx.
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 at line 3016 of file winGraphicsWindow.cxx.
Referenced by WinGraphicsWindow::move_pointer().