tag:github.com,2008:https://github.com/hecomi/uTouchInjection/releases Release notes from uTouchInjection 2021-11-24T14:30:43Z tag:github.com,2008:Repository/76382898/v1.0.2 2021-11-24T14:35:07Z v1.0.2 Released <h2>Update</h2> <ul> <li>Update README.md in a VR sample <ul> <li><a href="https://github.com/hecomi/uTouchInjection/tree/master/Assets/uTouchInjection/Samples/02.%20uDesktopDuplication%20%2B%20VR">https://github.com/hecomi/uTouchInjection/tree/master/Assets/uTouchInjection/Samples/02.%20uDesktopDuplication%20%2B%20VR</a></li> </ul> </li> </ul> hecomi tag:github.com,2008:Repository/76382898/v1.0.1 2021-11-23T17:48:35Z v1.0.1 <p>update package.json.</p> hecomi tag:github.com,2008:Repository/76382898/v1.0.0 2021-11-23T17:47:39Z v1.0.0 Released <p>The directory structure has been changed to support UPM. You can now use the Package Manager from the following URL:</p> <ul> <li><a href="https://github.com/hecomi/uTouchInjection.git#upm">https://github.com/hecomi/uTouchInjection.git#upm</a></li> </ul> <p>And also uTouchInjection has been published to npm. You can import uLipSync into your project by registering the following url and scope to Scoped Registry.</p> <ul> <li>URL: <code>https://registry.npmjs.com</code></li> <li>Scope: <code>com.hecomi</code></li> </ul> hecomi tag:github.com,2008:Repository/76382898/v0.0.4 2019-10-03T14:30:29Z v0.0.4 Released <h2>Update</h2> <ul> <li>Add <code>debugMode</code> to <code>Manager</code> component.</li> </ul> <p><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/493433/66136033-c38d8e00-e635-11e9-9e2f-551005012d51.png"><img src="https://user-images.githubusercontent.com/493433/66136033-c38d8e00-e635-11e9-9e2f-551005012d51.png" alt="image" style="max-width: 100%;"></a></p> hecomi tag:github.com,2008:Repository/76382898/v0.0.3 2019-08-01T13:47:31Z v0.0.3 Released <h2>Bug Fix</h2> <ul> <li>fix bit operation bug <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="475665533" data-permission-text="Title is private" data-url="https://github.com/hecomi/uTouchInjection/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/hecomi/uTouchInjection/pull/2/hovercard" href="https://github.com/hecomi/uTouchInjection/pull/2">#2</a></li> </ul> hecomi tag:github.com,2008:Repository/76382898/v0.0.2 2018-07-21T08:14:59Z v0.0.2 Released <h2>Changes</h2> <ul> <li>Add Pointer APIs to call events with positions (e.g. <code>Pointer.Touch(Vector3 position)</code>)</li> <li>Update examples.</li> </ul> hecomi tag:github.com,2008:Repository/76382898/v0.0.1 2016-12-18T07:02:50Z v0.0.1 Released <p>This is an experimental release of <strong>uTouchInjection</strong> (uTI). uTI provies simple interfaces for <strong>Multi-Touch emulation</strong> using <code>InjectTouchInput</code>.</p> <ul> <li><a href="https://msdn.microsoft.com/ja-jp/library/windows/desktop/hh802881" rel="nofollow">https://msdn.microsoft.com/ja-jp/library/windows/desktop/hh802881</a></li> </ul> <p>Demo:</p> <ul> <li><a href="https://www.youtube.com/watch?v=LzwJ55rhJvI" rel="nofollow">https://www.youtube.com/watch?v=LzwJ55rhJvI</a></li> </ul> hecomi