weasel API - v0.8.0
    Preparing search index...

    Interface ToolModifiers

    Modifier-key snapshot at event dispatch time. space is included because tools commonly use space as a hotkey-slot trigger and may also want to read it as a flag mid-gesture.

    interface ToolModifiers {
        alt: boolean;
        ctrl: boolean;
        meta: boolean;
        shift: boolean;
        space: boolean;
    }
    Index

    Properties

    Properties

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