Type Alias KmtInputStates

KmtInputStates:
    | "IDLE"
    | "READY_TO_PAN_VIA_SPACEBAR"
    | "READY_TO_PAN_VIA_SCROLL_WHEEL"
    | "PAN"
    | "INITIAL_PAN"
    | "PAN_VIA_SCROLL_WHEEL"

The possible states of the keyboard mouse and trackpad input state machine.