15 #ifndef GRAPHICSWINDOWPROC_H
16 #define GRAPHICSWINDOWPROC_H
18 #include "pandabase.h"
21 #ifndef WIN32_LEAN_AND_MEAN
22 #define WIN32_LEAN_AND_MEAN 1
37 #if defined(__WIN32__) || defined(_WIN32)
39 UINT msg, WPARAM wparam, LPARAM lparam);
44 #endif // GRAPHICSWINDOWPROC_H
A window, fullscreen or on a desktop, into which a graphics device sends its output for interactive d...
Defines an interface for storing platform-specific window processor methods.