You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think nimx exposes any direct api to do that, but at least it should be possible to create a window natively and pass it to nimx or SDL_CreateWindowFrom and then pass it to nimx, or something like that. Until now it was a road less taken, so PRs are welcome :)
Is it any way to create a borderless window in macOS using nimx? (
styleMask: .borderless
)Something like this:
Maybe some AppKit-only solution?
The text was updated successfully, but these errors were encountered: