18 WindowHandle(OSHandle *os_handle) : _os_handle(os_handle) {
25 WindowHandle(
const WindowHandle ©) : _os_handle(copy._os_handle) {
33 get_os_handle()
const {
43 _os_handle = os_handle;
52 INLINE 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.