ihatecsv / ControlStadia

ControlStadia is a Chrome Extension which allows arbitrary mapping of input devices to a "standard" virtual input controller which works with Stadia!
GNU General Public License v3.0
29 stars 12 forks source link

Allow use of mouse and keyboard as input for virtual controller #8

Open joshurawr opened 4 years ago

joshurawr commented 4 years ago

If we could capture the mouse and keyboard and use them as inputs for a virtual controller, then we could play Stadia games that don’t have good support for mouse and keyboard. Right now, that’s just PUBG, but there may be future games with the same limitation.

https://github.com/Snoothy/UCR

There’s a random windows project here that shows off the concept in principle. You would want to map mouse deltas to axes.

RicReyRad commented 4 years ago

you can use joyto key.. i do use the steering wheel with control stadia, and an adittional ps3 gaepad with scpdriver and joytokey transforming it to a keyboard!!

joshurawr commented 3 years ago

I suppose I was hoping for a portable solution in chrome. It seems like presenting virtual joysticks is the hard part and capturing mouse and keyboard input could be relatively easier?