textmode.js / input / INPUT_EVENT_NAMES
Variable: INPUT_EVENT_NAMES
ts
const INPUT_EVENT_NAMES: readonly ["keyPressed", "keyTyped", "keyReleased", "mouseClicked", "doubleClicked", "mousePressed", "mouseReleased", "mouseMoved", "mouseDragged", "mouseScrolled", "touchStarted", "touchMoved", "touchEnded", "touchCancelled", "tap", "doubleTap", "longPress", "swipe", "pinch", "rotateGesture", "gamepadConnected", "gamepadDisconnected", "gamepadButtonPressed", "gamepadButtonReleased", "gamepadAxisChanged"];Flat readonly list of every input event name accepted by Textmodifier.on, Textmodifier.off, and Textmodifier.once.