forked from GeyserMC/Geyser
Merge pull request #220 from Tim203/add-inputmode-vr
Added VR as InputMode
This commit is contained in:
commit
8ce0916827
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ public class BedrockClientData {
|
|||
UNKNOWN,
|
||||
KEYBOARD_MOUSE,
|
||||
TOUCH, // I guess Touch?
|
||||
CONTROLLER
|
||||
CONTROLLER,
|
||||
VR
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue