From 75629d4dd601f5ec659deb8cbaeac8ce2effb1dd Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:48:54 +0900 Subject: [PATCH] Update src/ui/ui.ts Co-authored-by: Adrian T. <68144167+torranx@users.noreply.github.com> --- src/ui/ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ui.ts b/src/ui/ui.ts index cc0fc4ca3db..6378cb06965 100644 --- a/src/ui/ui.ts +++ b/src/ui/ui.ts @@ -566,7 +566,7 @@ export default class UI extends Phaser.GameObjects.Container { * getGamepadType - returns the type of gamepad being used * inputMethod could be "keyboard" or "touch" or "gamepad" * if inputMethod is "keyboard" or "touch", then the inputMethod is returned - * if inputMethod is "gamepad", then the gamepad type is returned it could be "xbox" or "duelshock" + * if inputMethod is "gamepad", then the gamepad type is returned it could be "xbox" or "dualshock" * @returns gamepad type */ public getGamepadType(): string {