cancel(): Symbol
Cancels the event by returning the cancel symbol.
onKeyPress((key) => { if (key === "q") return cancel(); });
returns
The cancel event symbol.
since
v3001.1
Cancels the event by returning the cancel symbol.
onKeyPress((key) => { if (key === "q") return cancel(); });
returns
The cancel event symbol.
since
v3001.1
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Layer
Camera
Level
Plugins
Button Bindings