diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md new file mode 100644 index 0000000..b160d48 --- /dev/null +++ b/How-to-create-custom-touch-control-layout.md @@ -0,0 +1,5 @@ +# Requirements +- Have Chrome/Edge or any Chromium browsers installed. +- Know how to use [Chrome DevTools](https://developer.chrome.com/docs/devtools/) and its [Console Panel](https://developer.chrome.com/docs/devtools/console). +- Know about [JSON](https://www.freecodecamp.org/news/what-is-json-a-json-file-example/). +- Get familiar with [Touch Adaptation Kit](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/system/overviews/game-streaming/game-streaming-touch-touch-adaptation-kit-overview). This is the same kit that is being used to create touch control layouts in xCloud and Better xCloud.