KeganHollern / MemStream

Efficient DMA Library
44 stars 12 forks source link

Is there a way for a secondary machine to control the mouse movement of the primary machine? #11

Closed MengxinGitHub closed 7 months ago

MengxinGitHub commented 7 months ago

Is there a way for a secondary machine to control the mouse movement of the primary machine?

mcapala commented 7 months ago

In the current implementation of the library I dont think that it is possible.

KeganHollern commented 7 months ago

@MengxinGitHub yes, use the https://github.com/KeganHollern/MemStream/blob/main/include/MemStream/Windows/Input.h#L53 OnMouseMove callback.