Added VR as InputMode (fixes #219)

This commit is contained in:
Tim203 2020-03-19 12:51:14 +01:00
parent 0a3a4a9ee1
commit 8b824cccf7
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 2 additions and 1 deletions

View File

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