Updated How to create custom touch control layout (markdown)

redphx 2024-03-09 12:23:16 +07:00
parent 7e9ee4cdd7
commit fb752c6ea1

@ -1,5 +1,8 @@
# Requirements ## Requirements
- Have Chrome/Edge or any Chromium browsers installed. - 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 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/). - 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. - 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.
## Getting started
...