sfml.js
    Preparing search index...

    Interface JoystickButtonEvent

    interface JoystickButtonEvent {
        joystickButton: { button: number; joystickId: number };
        type: "JoystickButtonPressed" | "JoystickButtonReleased";
    }
    Index

    Properties

    Properties

    joystickButton: { button: number; joystickId: number }
    type: "JoystickButtonPressed" | "JoystickButtonReleased"