We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e931346 commit 4778051Copy full SHA for 4778051
…ds/GameSystem/ExclusiveTouch/PdxTouch.cs AquaMai.Mods/GameSystem/PdxTouch.csAquaMai.Mods/GameSystem/ExclusiveTouch/PdxTouch.cs renamed to AquaMai.Mods/GameSystem/PdxTouch.cs
@@ -1,15 +1,15 @@
1
using System;
2
using AquaMai.Config.Attributes;
3
+using AquaMai.Mods.GameSystem.ExclusiveTouch;
4
using LibUsbDotNet.Main;
5
-namespace AquaMai.Mods.GameSystem.ExclusiveTouch;
6
+namespace AquaMai.Mods.GameSystem;
7
-[ConfigCollapseNamespace]
8
[ConfigSection("PDX 独占触摸")]
9
public class PdxTouch
10
{
11
[ConfigEntry("触摸体积半径", zh: "基准是 1440x1440")]
12
- public static readonly int radius;
+ public static readonly int radius = 30;
13
14
[ConfigEntry("1P 序列号", zh: "如果要组 2P,请在这里指定对应的序列号。否则将自动使用第一个检测到的设备作为 1P")]
15
public static readonly string serial1p;
0 commit comments