I’m working on a map editor that will run in windowed mode on macOS and Windows. I’d like to be able to use native desktop menus if at all possible.
Is that possible? Any pointers on where to look to implement?
I’m working on a map editor that will run in windowed mode on macOS and Windows. I’d like to be able to use native desktop menus if at all possible.
Is that possible? Any pointers on where to look to implement?
Oh, and if the answer is, “you have to write a little bit of C/C++” I’m open to that, pointers welcome.