CVROverlay.ShowKeyboard Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError ShowKeyboard(int eInputMode, int eLineInputMode, System::String ^ pchDescription, System::UInt32 unCharMax, System::String ^ pchExistingText, bool bUseMinimalMode, System::UInt64 uUserValue);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError ShowKeyboard (int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText, bool bUseMinimalMode, ulong uUserValue);
member this.ShowKeyboard : int * int * string * uint32 * string * bool * uint64 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function ShowKeyboard (eInputMode As Integer, eLineInputMode As Integer, pchDescription As String, unCharMax As UInteger, pchExistingText As String, bUseMinimalMode As Boolean, uUserValue As ULong) As EVROverlayError
Parameters
- eInputMode
- Int32
- eLineInputMode
- Int32
- pchDescription
- String
- unCharMax
- UInt32
- pchExistingText
- String
- bUseMinimalMode
- Boolean
- uUserValue
- UInt64