phina.js.d.ts
    Preparing search index...

    Type Alias GamepadButton

    type GamepadButton = {
        down: boolean;
        last: boolean;
        pressed: boolean;
        up: boolean;
        value: number;
    }
    Index

    Properties

    Properties

    down: boolean
    last: boolean
    pressed: boolean
    up: boolean
    value: number