Modifier keys held during a pointer gesture.

interface PointerModifiers {
    alt: boolean;
    ctrl: boolean;
    meta: boolean;
    shift: boolean;
}

Properties

Properties

alt: boolean
ctrl: boolean
meta: boolean
shift: boolean