18WindowHandle(OSHandle *os_handle) : _os_handle(os_handle) {
25WindowHandle(
const WindowHandle ©) : _os_handle(copy._os_handle) {
43 _os_handle = os_handle;
52INLINE WindowHandle::OSHandle::
This object represents a window on the desktop, not necessarily a Panda window.
set_os_handle
Changes the OS-specific handle stored internally to the WindowHandle wrapper.
get_os_handle
Returns the OS-specific handle stored internally to the WindowHandle wrapper.