usertoroot / NetInput

NetInput is an easy way to send (stream) gamepad input over the network with low latency.
BSD 3-Clause "New" or "Revised" License
39 stars 7 forks source link

suggestion rather than issue #6

Open dddwilliams opened 7 months ago

dddwilliams commented 7 months ago

Is it possible with netinput capture to be able to have a config file of which the user can save an IP address should they wish to, because i am certain for most peoples use cases with this the IP they will be wanting to enter will remain the same.

KrakenGit commented 7 months ago

The program will ask for your target computer when starting up, if you do not want to be prompted every time please create a file called "target.txt" with the target computer ip as its contents.

dddwilliams commented 7 months ago

Ok cheers that worked, i have however discovered another issue, one of my mappings using REWASD (for Icarus) is the escape key used to back out of menus etc, but the second i press B on the controller that it is mapped to it closes Netinput capture even if Netinput capture isn't in focus. any suggestions?