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
commit 8ce0916827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}