InputManager.GetLastUsedInputMethod() returns an enum type result:
public enum VRCInputMethod {
Keyboard = 0,
Mouse = 1,
Controller = 2,
Gaze = 3,
Vive = 5,
Oculus = 6,
Count = 7
}
But in the client other values than these are possible. 10 stands for Valve Index as example. Can this enum be updated? I would also like to know the number of etee controllers.