This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x02000280 RID: 640
[Token(Token = "0x20000DF")]
public enum EVRInputStringBits
{
// Token: 0x04000824 RID: 2084
[Token(Token = "0x40007EC")]
VRInputString_Hand = 1,
// Token: 0x04000825 RID: 2085
[Token(Token = "0x40007ED")]
VRInputString_ControllerType,
// Token: 0x04000826 RID: 2086
[Token(Token = "0x40007EE")]
VRInputString_InputSource = 4,
// Token: 0x04000827 RID: 2087
[Token(Token = "0x40007EF")]
VRInputString_All = -1
}
}