I’m trying to get my iPhone to output as an HID device. I want the output from my phone to simulate keyboard and mouse events - basically emulating a USB HID keyboard and mouse. To simplify and avoid bluetooth for now I picturing a USB cable from my phone to my computer.
Has anyone attempted a project like this or have any hunches. I found some LUA HID libraries on GitHub but maybe someone has already attempted what I’m contemplating?