like2d
    Preparing search index...

    What gamepad buttons or sticks are we using?

    Set buttons to one of:

    type MapMode = {
        buttons: Set<LikeButton>;
        stickCount: number;
    }
    Index

    Properties

    Properties

    buttons: Set<LikeButton>
    stickCount: number