moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.49k stars 324 forks source link

[Feature] Option to disable input #761

Closed tadly closed 4 years ago

tadly commented 4 years ago

Would it be possible to add an option to ignore all input?

I use moonlight just as a video feed while using peripherals directly connected to the client and would like to ensure not interference between the two input methods.

yukatan commented 4 years ago

I'm doing this just using steam. You can go to gamepad config and hide any control you don't want to use

hhromic commented 4 years ago

Hi, I just implemented such an option now in Moonlight embedded. See the referenced PR. Testing and feedback is appreciated. Thanks!

The new command-line option is -viewonly and it can also be stored in config using viewonly = true.

tadly commented 4 years ago

@yukatan for what I'm doing, steam is waaaaay to bloated but nice to know you can do that

@hhromic awesome, I have a super busy schedule but hope I can get around testing it sometime soon. Thanks a lot for working on this :)

Edit: should have read the PR first. I'm using X11 :(

hhromic commented 4 years ago

@tadly ah dang :/ Whenever I get access to an X11-based computer I'll try to implement the feature there. Sorry the current implementation doesn't apply to you at the moment.