19TypeHandle PythonGraphicsWindowProc::_type_handle;
25PythonGraphicsWindowProc::
26PythonGraphicsWindowProc(PyObject* function, PyObject* name) :
27 PythonCallbackObject(function)
36PythonGraphicsWindowProc::
37~PythonGraphicsWindowProc(){
47LONG PythonGraphicsWindowProc::
48wnd_proc(
GraphicsWindow* graphicsWindow, HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam){
50 cdata.set_hwnd((uintptr_t)hwnd);
52 cdata.set_wparam(wparam);
53 cdata.set_lparam(lparam);
64PyObject* PythonGraphicsWindowProc::
This specialization on CallbackData is passed when the callback is initiated from from an implementat...
A window, fullscreen or on a desktop, into which a graphics device sends its output for interactive d...
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.