thestr4ng3r / chiaki

Moved to https://git.sr.ht/~thestr4ng3r/chiaki - Free and Open Source PS4 Remote Play Client
https://git.sr.ht/~thestr4ng3r/chiaki
2.17k stars 373 forks source link

Added a mouse dbl click Fullscreen toggle #391

Closed Fredrum closed 3 years ago

Fredrum commented 3 years ago

I'm trying to create a setup where I can use just the DS4 gamepad, no KB+M, to start up a game session on my RPi and this piece was missing. With this you can double tap the DS4's touchpad (as emulated mouse) in the stream window and it will toggle Fullscreen mode. Similar to VLC or Netflix.

Cheers, Fred

Fredrum commented 3 years ago

Btw I'm noticing that my DS4 is not working over bluetoooth atm. It was before so I'll have to look into what's changed. jstest on it is working fine. That will be a different PR though of course if I figure it out.

Fredrum commented 3 years ago

Hmm...I think the BT thing is something to do with my Bluetooth connection on my Pi. As its not even getting detected by SDL_IsGameController(i)

Fredrum commented 3 years ago

yep it was just some trouble with the BT setup on my pi