WindowHandle.FromWayland

WindowHandle.FromWayland method

Create WindowHandle from a Wayland surface

public static WindowHandle FromWayland(IntPtr display, IntPtr surface)
ParameterTypeDescription
displayIntPtrThe display instance of Wayland server
surfaceIntPtrThe handle of the surface

See Also