Make a button that when you click close the game completely

But how to apply it? I do not understand much, I’m sorry.

Can you help me how to do when clicking on the close button the game?

onLoad: function () {
this.node.on (‘mousedown’, function (event) {

   "what's the code?"
});

Take a look at this thread because it discusses what you want: Quit the app from code

Thanks a lot for the help. I’m new to this and I need to learn.