Ilyaki / ProtoInput

Proto Input enables split screen on PC games by hooking Windows functions and redirecting input from multiple keyboards/mice/controllers
MIT License
44 stars 11 forks source link

Feature request: Command line argument field for startup injection #9

Open supersmo opened 3 months ago

supersmo commented 3 months ago

I'm testing ProtoInput with a game that needs startup injection, but in order to test it interactively in a good way I need to pass a command line argument when the game starts so it starts in windowed mode. As far as I can see this is not supported. I guess the workaround for now is to connect multiple screens to the PC.

supersmo commented 3 months ago

I tested with multiple screens and I just realised that the findwindow hook is needed at startup and I can’t find a setting for that hook in the ProtoInput host. So for this case it would have been helpful to have that as well.