Question

How do i send input to 4 different emulated mice? This is specific to dsf(device simulation framework). I would like to send an input report to the emulated usb mouse devices the script creates in generichid script in generichid samples folder under dsf.
Im just having trouble figuring out the hex or keycodes to send in the input report to tell the OS to move the mouse and simulate a left mouse click event.

Was it helpful?

Solution

Never mind its located on teh website under downloads section for more information. This code does not work yet though: ExtHubPort = ExtHub.Ports(1) ExtHubPort.HotPlug(GenericHIDDSFDev)

This is where i plug in the generic usb mouse device.

If someone wishs they can read the code above from link but i believe its an simple error somewhere i made that is causing this to happen.

I have a problem because the everything up to the Softhidreceiver i know works because ive been testing it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top