NonNativeKeyboard.AppendValue(KeyboardValueKey) 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.
Primary method for typing individual characters to a text field.
public:
void AppendValue(Microsoft::MixedReality::Toolkit::Experimental::UI::KeyboardValueKey ^ valueKey);
public void AppendValue (Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardValueKey valueKey);
member this.AppendValue : Microsoft.MixedReality.Toolkit.Experimental.UI.KeyboardValueKey -> unit
Public Sub AppendValue (valueKey As KeyboardValueKey)
Parameters
- valueKey
- KeyboardValueKey
The valueKey of the pressed key.