Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecomi/utouchinjection
Windows Multitouch Injection Plugin for Unity.
https://github.com/hecomi/utouchinjection
multi-touch native-plugin unity windows
Last synced: 14 days ago
JSON representation
Windows Multitouch Injection Plugin for Unity.
- Host: GitHub
- URL: https://github.com/hecomi/utouchinjection
- Owner: hecomi
- License: mit
- Created: 2016-12-13T17:35:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T14:32:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T03:26:16.963Z (about 1 month ago)
- Topics: multi-touch, native-plugin, unity, windows
- Language: C#
- Homepage: http://tips.hecomi.com/entry/2018/07/21/171632
- Size: 530 KB
- Stars: 41
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
uTouchInjection
===============**uTouchInjection** is an Unity asset to simply emulate Windows multi-touch interactions. This is a wrapper for `InjectTouchInput()` API available from Windows 8.
- https://msdn.microsoft.com/ja-jp/library/windows/desktop/hh802881
Demo
----- https://www.youtube.com/watch?v=LzwJ55rhJvI
Environment
-----------
- Windows 8 / 10Install
-------- Unity Package
- Download the latest .unitypackage from [Release page](https://github.com/hecomi/uTouchInjection/releases).
- Git URL (UPM)
- Add `https://github.com/hecomi/uTouchInjection.git#upm` to Package Manager.
- Scoped Registry (UPM)
- Add a scoped registry to your project.
- URL: `https://registry.npmjs.com`
- Scope: `com.hecomi`
- Install uTouchInjection in Package Manager.