From 6137c20a7ca02d4fa8e926f751a02d6cbbae2ac6 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 10 Mar 2024 16:24:33 +0700 Subject: [PATCH] Updated How to create custom touch control layout (markdown) --- How-to-create-custom-touch-control-layout.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md index 3c1e727..a7edb48 100644 --- a/How-to-create-custom-touch-control-layout.md +++ b/How-to-create-custom-touch-control-layout.md @@ -1,6 +1,10 @@ > [!NOTE] > Please use [this topic](https://github.com/redphx/better-xcloud/discussions/285) for questions & feedback +## Limitations +- Doesn't support custom layout assets +- Only supports one layout for the entire game (cannot dynamically switch layout based on context) + ## Requirements - Have Chrome/Edge or any Chromium browsers installed. - Have an Android device with Kiwi Browser installed if you want to test on real device.