Updated How to create custom touch control layout (markdown)

redphx 2024-03-10 10:19:08 +07:00
parent 3bdf816d88
commit 91430b6515

@ -133,4 +133,4 @@ BX_EXPOSED.test_touch_control(
}
)
```
6. Use the [Touch Adaptation Kit documentation](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/system/overviews/game-streaming/game-streaming-touch-touch-adaptation-kit-overview) to design your own layout.
6. Use the [Touch Adaptation Kit documentation](https://learn.microsoft.com/en-us/gaming/gdk/_content/gc/system/overviews/game-streaming/game-streaming-touch-touch-adaptation-kit-overview) to design your own layout. You can also look at [other custom layouts](https://github.com/redphx/better-xcloud/tree/gh-pages/touch-layouts/layouts) for references.