Minor fixes

This commit is contained in:
redphx
2024-05-18 15:38:03 +07:00
parent 4c593a298e
commit e52a296872
3 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import { STATES } from "@utils/global";
import { getPref, PrefKey } from "@utils/preferences";
import { UserAgent } from "@utils/user-agent";
enum InputType {
export enum InputType {
CONTROLLER = 'Controller',
MKB = 'MKB',
CUSTOM_TOUCH_OVERLAY = 'CustomTouchOverlay',