Hi,
I’d like to add a title for the top of my app window. Is there a way to do this in openframeworks or outside of of? I’m using the os x and xcode.
Thanks
Hi,
I’d like to add a title for the top of my app window. Is there a way to do this in openframeworks or outside of of? I’m using the os x and xcode.
Thanks
Hi
You can use ofSetWindowTitle(“the title”). I only tried this on linux but it should work on os x as well.