Atlas Engine
API Referenceatlasatlas/input

ControllerButtonTrigger

Controller identifier and device button index for a button binding.

Module: atlas/input

Controller identifier and device button index for a button binding.

Declaration

export type ControllerButtonTrigger = {
        controllerID: number;
        buttonIndex: number;
    };

Properties

controllerID

controllerID: number;

buttonIndex

buttonIndex: number;

On this page