Type Alias GestureDevice

GestureDevice: "key" | "pointer" | "touch" | "wheel"

Indicates the device used:

  • "key": results from key presses, in particular Up/Down/Left/Right/PageUp/PageDown/Home/End/Space
  • "pointer": results from dragging with the mouse
  • "touch": results from touch
  • "wheel": results from mouse wheel or trackpad