Bluetooth
Dave Higton (1515) 3526 posts |
Just supposing that I were able to get RISC OS communicating with a Bluetooth mouse and/or keyboard… I know that the data we want arrive in the same format as for USB cabled devices, i.e. the HID descriptors and the data from movements and key presses/releases. Is it possible to inject those data to an existing HID decoder within RISC OS? If so, how? |
Richard Walker (2090) 431 posts |
I don’t think so. From what I remember all the HID mouse and keyboard action is in USBDriver, but the workings are not exposed. I ended up putting something similar into USBJoystick for discovering the devices, so the joy of reinventing or copy/paste. I borrowed from NetBSD. |