ellie_ff1493
Nov 30, 2017 - 21:09
I have a scene and I want to add a custom “x” and I want to stop my scrip but sys.exit doesn’t work and I don’t know how I’d do it without that
I have a scene and I want to add a custom “x” and I want to stop my scrip but sys.exit doesn’t work and I don’t know how I’d do it without that
self.view.close() should work (assuming self is your scene object).
Works great, thanks