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

Commit dd6c164

Browse files
Merge pull request #82 from gonX/reword-rawinput
Windows FAQ: Reword raw input to something more factually correct
2 parents 2eb5d67 + 17378fd commit dd6c164

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@
3939

4040
<hr/>
4141

42+
<h3 class="wiki-nav-item pb-2" id="map-raw-input">
43+
Input does not work in osu!
44+
</h3>
45+
<div class="ms-3">
46+
<p>
47+
Disable <code>Map raw input to osu! window</code> in the ingame settings.<br/><br/>
48+
OpenTabletDriver has since v0.4.0 supported Raw Input as it uses the Windows SendInput API to position the cursor.<br/>
49+
Therefore, it is not necessary to disable raw input itself.
50+
</p>
51+
</div>
52+
53+
<hr/>
54+
4255
<h3 class="wiki-nav-item pb-2" id="win-ink">
4356
Windows Ink pressure support
4457
</h3>

0 commit comments

Comments
 (0)