Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to close ursina screen

from ursina import *

app = Ursina()
def input(key):
  if key == "escape":
    # Escape Key Pressed... Quit
    quit()
app.run()
 
PREVIOUS NEXT
Tagged: #close #ursina #screen
ADD COMMENT
Topic
Name
3+1 =