Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

MrowrPurr

Uploaded by

mrowrpurr

Virus scan

Safe to use

About this mod

Download this dependency for mods which rely on opening the VR keyboard for text input. Easy to use for mod authors!

Requirements
Permissions and credits
Note: if you are looking for VR support for UI Extensions, I have a patch available here for testing.
Note: if you are looking for VR support for UILIB_1, I have a patch available here for testing.
Note: this currently does not work with OpenComposite, it works when using Steam VR.
-
VR Keyboard



VR Keyboard provides a VRKeyboard script to get text input using the VR keyboard:

string text = VRKeyboard.GetKeyboardInput()



Providing Default Text

To set the default text shown in the text entry UI:

string text = VRKeyboard.GetKeyboardInput("Default text goes here!")


Limitations


  • When using the Skyrim VR keyboard, there is currently no way to detect submitting the keyboard submitted with no text entered.
  • ^--- if this impacts your application, let me know and I'll find a workaround!

  • Currently there is no way to get keyboard characters *as they are typed*
  • ^--- if this impacts y our application, let me know and I'll implement it!

Source Code


https://github.com/mrowrpurr/VR_Keyboard


That's it y'all


Enjoy <3

~ Mrowr Purr ~