1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-29 11:49:16 +00:00

Merge pull request #220 from Tim203/add-inputmode-vr

Added VR as InputMode
This commit is contained in:
Redned
2020-03-19 11:53:31 -05:00
committed by GitHub

View File

@@ -71,6 +71,7 @@ public class BedrockClientData {
UNKNOWN,
KEYBOARD_MOUSE,
TOUCH, // I guess Touch?
CONTROLLER
CONTROLLER,
VR
}
}