marcowindt / WiiMoteDSU

Virtual wii mote with DSU/cemuhook server for android and iOS, made with flutter.
MIT License
101 stars 17 forks source link

Can this app take input from a controller connected to the phone? #118

Open timleg002 opened 1 year ago

marcowindt commented 1 year ago

This app cannot. I wonder what the use case for it is? Is it similar to the one in this issue?

However, a while ago I tried to compile ds4macos to run on iOS. It isn't really stable at the moment :/. I've pushed the related code for it to a separate branch.

Some screenshots of what it looks like: Screenshot
Home
Controllers
Server
timleg002 commented 1 year ago

Something akin to that, yeah. My usecase is kinda different though.

I only have a USB-C mobile phone game controller, which has a male USB-C plug, plus it's adjustable based on phone length. So it's pretty much only usable with a phone. If I wanted to play any PC games, or run yuzu on my PC, having a passthrough in that app would fit my usecase neatly. I could try implementing that, if it wouldn't be too hard?

marcowindt commented 1 year ago

If you're able to read the input from the controller from within the app, it should be doable.