CVROverlay.ShowKeyboardForOverlay Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError ShowKeyboardForOverlay(System::UInt64 ulOverlayHandle, 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 ShowKeyboardForOverlay (ulong ulOverlayHandle, int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText, bool bUseMinimalMode, ulong uUserValue);
member this.ShowKeyboardForOverlay : uint64 * int * int * string * uint32 * string * bool * uint64 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function ShowKeyboardForOverlay (ulOverlayHandle As ULong, eInputMode As Integer, eLineInputMode As Integer, pchDescription As String, unCharMax As UInteger, pchExistingText As String, bUseMinimalMode As Boolean, uUserValue As ULong) As EVROverlayError

Parameters

ulOverlayHandle
UInt64
eInputMode
Int32
eLineInputMode
Int32
pchDescription
String
unCharMax
UInt32
pchExistingText
String
bUseMinimalMode
Boolean
uUserValue
UInt64

Returns

EVROverlayError

Applies to