ktnrg45 / pyremoteplay

Python API for using PlayStation Remote Play
https://pyremoteplay.readthedocs.io/
GNU General Public License v3.0
29 stars 11 forks source link

Using Playstation Controller #7

Closed bleacheria closed 2 years ago

bleacheria commented 2 years ago

This is a fantastic project. I have a question - is it possible to use a connect a Playstation controller to the PC while pyremoteplay-gui is running to control the Remote Play Host with said controller? Much like you can do with the original PS Remote Play app

If you can, is it also possible to programatically control the Remote Play client with methods such as " def button(self, name: str, action="tap", delay=0.1)" WHILE the controller is also controlling the client?

ktnrg45 commented 2 years ago

Sounds like a great feature to add. I'll definitely look into this soon. I'm thinking that it would be possible to use the API and a controller simultaneously.

ktnrg45 commented 2 years ago

Gamepad support as been added.