Jump to content

[SOLVED] APP_KEY_ESC from world script


photo

Recommended Posts

This seems to be hijacked by the system script, is there any way I can get this from the world script. I have some modal operations that it makes sense to quit out of using escape. I want the system popup to show when esc is pressed and I am not in any particular mode.

Link to comment

answering my own question.

you can add a function to the system script that turns the system ui hiding on and off then call it from the world script using engine.system.call()

Link to comment
×
×
  • Create New...