-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WindowGetNative
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the OS's native window.
This function will return an HWND
on Windows, an NSWindow *
on macOS, and an ANativeWindow *
on Android.
void *MTY_WindowGetNative(
MTY_App * app,
MTY_Window window
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
void *
OS's native window.