Panda3D
Loading...
Searching...
No Matches
graphicsWindowProc.cxx
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file graphicsWindowProc.cxx
10 * @author Bei
11 * @date 2010-03
12 */
13
14#include "graphicsWindowProc.h"
15
16/**
17 * Does nothing.
18 */
22
23#if defined(__WIN32__) || defined(_WIN32)
24
25/**
26 * A WIN32-specific method that is called when a Window proc event occurrs.
27 * Should be overridden by a derived class.
28 */
29LONG GraphicsWindowProc::
30wnd_proc(GraphicsWindow* graphicsWindow, HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam){
31 return 0;
32}
33
34#endif
35// most an empty file.
GraphicsWindowProc()
Does nothing.
A window, fullscreen or on a desktop, into which a graphics device sends its output for interactive d...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.