You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: OpenTabletDriver.Web/Views/Wiki/FAQ/Windows.cshtml
+63-5Lines changed: 63 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,41 @@
36
36
37
37
<hr/>
38
38
39
-
<h3class="wiki-nav-item pb-2"id="map-raw-input">
40
-
Input does not work in osu!
39
+
<h3class="wiki-nav-item pb-2"id="win-ink">
40
+
Windows Ink pressure support
41
41
</h3>
42
42
<divclass="ms-3">
43
43
<p>
44
-
OpenTabletDriver uses the Windows SendInput API to position the cursor from user level permissions.<br/>
45
-
It does not move the cursor in a method that raw input accepts as standard cursor movement.
44
+
OpenTabletDriver has many plugins that implement different features. WindowsInk is
45
+
one of these plugins, as given in the plugins name, it allows for use of the Windows Ink pressure api.
46
+
To use it, follow below.
46
47
</p>
47
48
<ol>
48
-
<li>Disable <code>Map raw input to osu! window</code> in the ingame settings.</li>
49
+
<li>Install <ahref="https://github.com/X9VoiD/vmulti-bin/releases/latest">VMulti Driver</a> (This is NOT VMultiMode) </li>
50
+
<li>Follow the instructions from the <ahref="https://github.com/X9VoiD/VoiDPlugins/wiki/WindowsInk">WindowsInk wiki</a></li>
51
+
<li>Make sure that the application you are trying drawing in is set to WindowsInk/Windows 8+ Mode and the brush you are using has pressure support!</li>
52
+
</ol>
53
+
<pclass="text-muted">
54
+
Note: Recently, a change in Windows made it so Windows Ink's and normal Mouse's cursor position is handled separately.
55
+
This makes it so your cursor will appear to "jump" when switching from tablet to mouse while using Windows Ink output modes.
56
+
This is not a bug of OpenTabletDriver but rather one of Windows.
<li>Install and setup the <ahref="https://github.com/X9VoiD/VoiDPlugins/wiki/VMultiMode">VMultiMode</a> plugin.</li>
152
+
<li>Run Valorant by <b>tapping with your tablet</b> (Important due to Valorant only using the first "mouse" input)</li>
153
+
<li><b>Do not</b> move your mouse while valorant is still loading (this will make valorant use the mouse over the tablet.)</li>
154
+
</ol>
155
+
<p>
156
+
<u>Vanguard Quirks:</u>
157
+
<br>
158
+
As VMulti is considered a separate input source from an actual physical mouse, Vanguard imposes several limitations to it.
159
+
</p>
160
+
<ol>
161
+
<li>You won't be able to press left click while pressing a non-modifier keyboard key (for ex. WASD) and shift, we will call these keys from here onward as <i>protected keys.</i></li>
162
+
<li>Every time you press a protected key, the next two left clicks will <i>always</i> be dropped.</li>
163
+
<li>If left click is held first and then a protected key is pressed, the left click will <i>sometimes</i> be dropped.</li>
164
+
</ol>
165
+
<p>
166
+
There is <b>no</b> fix this, as even Logitech G Hub, Razer Synapse, HawkuTD, DevocubTD, and even XP-Pen, Huion, Gaomon, Veikk drivers are affected without exceptions.
167
+
<b>As long as the input source is not a real physical mouse, Vanguard will impose such quirks <u>intentionally.</u></b>
0 commit comments