note it needing touchscreen input (#13)

As mentioned in issues, feels like an area that might need other things adding to it as issues are found :)
This commit is contained in:
Liam Dawe
2022-04-04 12:33:14 +01:00
committed by GitHub
parent 1bc353fded
commit a52399cc00
+4
View File
@@ -21,6 +21,10 @@
- Allows plugins to define python functions and run them from javascript.
- Allows plugins to make fetch calls, bypassing cors completely.
## Caveats
- You can only interact with the Plugin Menu via touchscreen.
## Credit
The original idea for the concept is based on the work of [marios8543's steamdeck-ui-inject](https://github.com/marios8543/steamdeck-ui-inject) project.