interface EGamepadPrivateData {
    overlayMode: boolean;
    removeButtonListenersFunc?: (() => void);
    removeJoystickListenersFunc?: (() => void);
}

Properties

overlayMode: boolean

true if this e-gamepad was created in overlay mode

removeButtonListenersFunc?: (() => void)

stores a refrence to a function to cleanup all event listeners created for controlling buttons on this egamepad

removeJoystickListenersFunc?: (() => void)

stores a refrence to a function to cleanup all event listeners created for controlling axes on this egamepad