Type Alias fltk::window::RawHandle

source ·
pub type RawHandle = u64;
Available on neither Windows nor macOS nor iOS nor Android nor crate feature use-wayland and (AArch64 or LoongArch LA64 or MIPS-64 or PowerPC-64 or s390x or SPARC64 or x86-64) only.
Expand description

Opaque raw window handle (*mut c_void to HWND on Windows and NSWindow on macOS), XID (u64) raw window handle for X11, and wl_suface * for wayland