Panda3D
panda
src
display
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
*/
19
GraphicsWindowProc::
20
GraphicsWindowProc
(){
21
}
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
*/
29
LONG GraphicsWindowProc::
30
wnd_proc(
GraphicsWindow
* graphicsWindow, HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam){
31
return
0;
32
}
33
34
#endif
35
// most an empty file.
GraphicsWindowProc::GraphicsWindowProc
GraphicsWindowProc()
Does nothing.
Definition:
graphicsWindowProc.cxx:20
graphicsWindowProc.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
GraphicsWindow
A window, fullscreen or on a desktop, into which a graphics device sends its output for interactive d...
Definition:
graphicsWindow.h:40
Generated on Wed Jan 23 2019 21:39:55 for Panda3D by
1.8.15