natinusala / borealis

Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx)
Apache License 2.0
255 stars 81 forks source link

Add the ability to close an activity #137

Open natinusala opened 3 years ago

natinusala commented 3 years ago

Much like the finish() method of Android activities, we must have a close() method on borealis activities that allows them to be closed regardless of their position. The pop method is not enough.