Strata - v1.4.10
    Preparing search index...

    Interface InputAxis

    Normalized 2D axis values for joysticks and directional controls.

    interface InputAxis {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    Horizontal axis value, typically -1 (left) to +1 (right).

    y: number

    Vertical axis value, typically -1 (down/back) to +1 (up/forward).