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