// SPDX-License-Identifier: Unlicense OR MIT package main import ( "unsafe" "gioui.org/app" ) /* #include */ import "C" func nativeViewFor(e app.ViewEvent) C.EGLNativeWindowType { return C.EGLNativeWindowType(unsafe.Pointer(e.HWND)) }