We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55e8a4 commit 99bcdc4Copy full SHA for 99bcdc4
vJoySerialFeeder/ButtonMapping.cs
@@ -51,7 +51,7 @@ public bool Transform(int val) {
51
/// vJoy button id
52
/// </summary>
53
[DataMember]
54
- public uint Button = 1;
+ public uint Button;
55
56
57
public ButtonParameters Parameters = new ButtonParameters {
0 commit comments