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
Copy file name to clipboardExpand all lines: osu.Android/Input/AndroidStylusSettings.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,14 @@ public AndroidStylusSettings(AndroidStylusHandler handler)
29
29
privatevoidload(OsuConfigManagerosuConfig)
30
30
{
31
31
// Appended after the base TabletSettings.AddRange (the area-selection UI),
32
-
// so the toggle appears at the bottom of the section. Settings search
33
-
// (FilterTerms below) still surfaces it under "s pen" / "stylus" / "touch".
32
+
// so the toggles appear at the bottom of the section. Settings search
33
+
// (FilterTerms below) still surfaces them under "s pen" / "stylus" / "touch".
34
+
Add(newSettingsItemV2(newFormCheckBox
35
+
{
36
+
Caption="Disable pen click",
37
+
HintText="When enabled, pressing the S Pen tip does not register as a left click. Useful if you want to use the pen purely for cursor positioning (e.g. when using a keyboard or gamepad for input).",
0 commit comments