Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ConnectedGamepad

    Connected Gamepad info

    interface ConnectedGamepad {
        activeButtons: Set<string>;
        axes: Map<string, number>;
    }
    Index

    Properties

    Properties

    activeButtons: Set<string>

    The Set of pressed Buttons

    axes: Map<string, number>

    A map of axes values