Is there a way to simulate a human interface device (HID) using c# ? What i am trying to do is to connect 2 devices (first one is a pc and will host my application, and second device can be a pc or a mobile device) via Bluetooth. After connecting the devices i will send mouse or keyboard input from my host pc to the other device. First of all, is this possible ? If so how ?
Thanks in advanced.