Illutions Engine API - v0.26.0
    Preparing search index...

    Interface FpvCtrlsEvent

    Fired when an FpvCtrls event occurs and triggers the corresponding XState event.

    interface FpvCtrlsEvent {
        type:
            | "FPVCTRLS_DISABLED"
            | "FPVCTRLS_ENABLED"
            | "FPVCTRLS_LOCK"
            | "FPVCTRLS_UNLOCK";
    }
    Index
    type:
        | "FPVCTRLS_DISABLED"
        | "FPVCTRLS_ENABLED"
        | "FPVCTRLS_LOCK"
        | "FPVCTRLS_UNLOCK"

    Identifies this event type.