getNativeWindowHandle
open fun getNativeWindowHandle(): <Error class: unknown class><out <Error class: unknown class>>(source)
The platform-specific handle of the window.
The native type of the handle is HWND
on Windows, NSView*
on macOS, and Window
(unsigned long
) on Linux.