Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 8281f94

Browse files
committed
Windows FAQ: Move raw input advice from General to Windows
I'm pretty sure this isn't relevant for Linux, but it definitely is for Windows and it's pretty likely its going to get missed in the general FAQ.
1 parent 75f1ebf commit 8281f94

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

OpenTabletDriver.Web/Views/Wiki/FAQ/General.cshtml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,6 @@
3232

3333
<hr/>
3434

35-
<h3 class="wiki-nav-item pb-2" id="map-raw-input">
36-
Input does not work in osu!
37-
</h3>
38-
<div class="ms-3">
39-
<p>
40-
OpenTabletDriver uses the Windows SendInput API to position the cursor from user level permissions.<br/>
41-
It does not move the cursor in a method that raw input accepts as standard cursor movement.
42-
</p>
43-
<ol>
44-
<li>Disable <code>Map raw input to osu! window</code> in the ingame settings.</li>
45-
</ol>
46-
</div>
47-
48-
<hr/>
49-
5035
<h3 class="wiki-nav-item pb-2" id="command-line-args">
5136
Command Line Arguments
5237
</h3>

OpenTabletDriver.Web/Views/Wiki/FAQ/Windows.cshtml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@
3636

3737
<hr/>
3838

39+
<h3 class="wiki-nav-item pb-2" id="map-raw-input">
40+
Input does not work in osu!
41+
</h3>
42+
<div class="ms-3">
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.
46+
</p>
47+
<ol>
48+
<li>Disable <code>Map raw input to osu! window</code> in the ingame settings.</li>
49+
</ol>
50+
</div>
51+
52+
<hr/>
53+
3954
<h3 class="wiki-nav-item pb-2" id="win-ink">
4055
Windows Ink pressure support
4156
</h3>

0 commit comments

Comments
 (0)