Wii U touchscreen to PC mouse controller

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • More info and code here: github.com/Mat...
    How does this work: The Wii U browser loads a webpage from my server and sends back Websocket messages to a Python script that controls the mouse. Works on unhacked Wii U.
    For context on how this came about:
    So, there's a little program called UsendMii - it promises to let you use your Wii U Gamepad as a PC controller. And to give it some credit, for some button inputs, it works really well, the latency is unnoticeable to me. But wanting to mess around with DS and 3DS emulators, I really wanted to use the Gamepad to get the true "resistive touchscreen" feeling that's hard to come by nowadays.
    The program teases this function pretty well: you're given a live preview of the touchscreen input, but as it turns out, all you can do with it is map rectangular zones to simulated keyboard presses, similar to when you're running an emulator on your phone. The general concept for the program is great! But this tiny little detail gets so close, but not quite there, and it ruins the whole thing, so I made my own.
    And yeah, it all works without having to hack your Wii U! (though don't quote me on that, since I don't really have an unhacked Wii U to try this out on.)
    Of course, this works with anything on your PC, since it just simulates mouse movements. Feel free to use it with Citra, CEMU or any of your other touch-screen needs. Though, again, this is just a proof of concept.

ความคิดเห็น • 9

  • @dex.9122
    @dex.9122 ปีที่แล้ว +1

    is there any way to use the gp as touchscreen in desmume emulator?

    • @Matojeje
      @Matojeje  ปีที่แล้ว

      Yeah, that should work pretty much without any changes! Just keep in mind that my code doesn't send any image data to the gamepad, so you'll be tapping blindly

  • @ninethetwotailedfox
    @ninethetwotailedfox ปีที่แล้ว +1

    The fact this guy can make a Wii U PC Mouse controller but I can't even make mostly anything lmao

  • @davedm6345
    @davedm6345 ปีที่แล้ว +1

    Wow amazing.. new sub, mind-blowing I always want to use windows gesture touchscreen or multitouch with game controllers or stylus.

    • @Matojeje
      @Matojeje  ปีที่แล้ว

      This isn't gonna work with any touch gestures as it's just moving the mouse, and the Wii U touchscreen doesn't support multitouch because it's not a capacitive touchscreen, but a resistive one

  • @JoyRender
    @JoyRender 9 หลายเดือนก่อน

    i am shook, i need this right now, i will try

  • @shunplayz21
    @shunplayz21 ปีที่แล้ว +1

    Whao!!!

    • @Matojeje
      @Matojeje  ปีที่แล้ว

      Cool choice of profile pic!

  • @luissantiago5163
    @luissantiago5163 ปีที่แล้ว +1

    Oh cool!