quit

  1. Recep Cinet

    iOS Question Exit application

    #IF OBJC -(void) QuitGame { exit(0); } #End If Dim NativeMe As NativeObject = Me NativeMe.RunMethod("QuitGame", Null)
Top