textmode.js / input / InputEventOwner
Type Alias: InputEventOwner
ts
type InputEventOwner = "keyboard" | "mouse" | "touch" | "gesture" | "gamepad";Input subsystem that owns a given event name.