forked from GeyserMC/Geyser
Added VR as InputMode (fixes #219)
This commit is contained in:
parent
0a3a4a9ee1
commit
8b824cccf7
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ public class BedrockClientData {
|
||||||
UNKNOWN,
|
UNKNOWN,
|
||||||
KEYBOARD_MOUSE,
|
KEYBOARD_MOUSE,
|
||||||
TOUCH, // I guess Touch?
|
TOUCH, // I guess Touch?
|
||||||
CONTROLLER
|
CONTROLLER,
|
||||||
|
VR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue