sfml.js
    Preparing search index...

    Interface JoystickMoveEvent

    interface JoystickMoveEvent {
        joystickMove: {
            axis: Axis;
            axisStr: "R" | "U" | "V" | "X" | "Y" | "Z" | "PovX" | "PovY";
            joystickId: number;
            position: number;
        };
        type: "JoystickMoved";
    }
    Index

    Properties

    Properties

    joystickMove: {
        axis: Axis;
        axisStr: "R" | "U" | "V" | "X" | "Y" | "Z" | "PovX" | "PovY";
        joystickId: number;
        position: number;
    }
    type: "JoystickMoved"