-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows touch and/or mouse injection. #17
Comments
Sorry for my late reply... |
Hello @hecomi. Thanks for your package. I saw that you have worked on interaction: Thanks. |
How to send click messageI have uploaded an example of the code I used in the YouTube video below. At that time, I used uTouchInjection to send the click message, but I think uTouchInjectionIf you do not include the Samples directory, the dependency on uDesktopDuplication is removed. If you are installing from .unitypackage, uncheck the uDesktopDuplication + VR sample. |
Thanks for your answer @hecomi.
Regards,
Zahra
…On Sun, Jan 16, 2022 at 2:30 AM hecomi ***@***.***> wrote:
How to send click message
I have uploaded an example of the code I used in the YouTube video below.
- https://gist.github.com/hecomi/c9037049db7b54b7134efc7fcc8a522f
At that time, I used uTouchInjection to send the click the message, but I
think SendMouseClick() in the sciprt will also work. The point is to
bring the window you want to click on to the forefront. For this purpose,
SetForegroundWindow() is called first.
uTouchInjection
If you do not include the Samples directory, the dependency on
uDesktopDuplication is removed. If you are installing from .unitypackage,
uncheck the uDesktopDuplication + VR sample.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5DX4YRF7ABJB3LHRUBOLLUWKF4PANCNFSM4KKNEGJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Would it be possible to interact on the received texture with the mouse.
The mouse movement is ececuted on the sender window?
The text was updated successfully, but these errors were encountered: