Keep possibly brand names just initials

This commit is contained in:
barsdeveloper
2023-03-02 19:44:20 +01:00
parent 45e5aedb09
commit f5fd01d35b
10 changed files with 4722 additions and 4699 deletions

View File

@@ -585,7 +585,7 @@ export default class ObjectEntity extends IEntity {
if (hidValue.includes("Mouse")) {
return SVGIcon.mouse
} else if (hidValue.includes("Gamepad_Special")) {
return SVGIcon.keyboard // This is called Touchpad in Unreal Engine
return SVGIcon.keyboard // This is called Touchpad in UE
} else if (hidValue.includes("Gamepad") || hidValue.includes("Steam")) {
return SVGIcon.gamepad
} else if (hidValue.includes("Touch")) {