Does this Lua environment support injecting or simulating input events? I noticed the event library has register and unregister, but I couldn't find functions like push or post. Is there an API to trigger a virtual key press (e.g., simulating a 'Z' key press) programmatically?
We’re cooked(