KeyboardKeyFunc.Function Enum
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.
Possible functionality for a button.
C++
public: enum class KeyboardKeyFunc::Function
public enum KeyboardKeyFunc.Function
type KeyboardKeyFunc.Function =
Public Enum KeyboardKeyFunc.Function
- Inheritance
-
KeyboardKeyFunc.Function
Name | Value | Description |
---|---|---|
Enter | 0 | |
Tab | 1 | |
ABC | 2 | |
Symbol | 3 | |
Previous | 4 | |
Next | 5 | |
Close | 6 | |
Dictate | 7 | |
Shift | 8 | |
CapsLock | 9 | |
Space | 10 | |
Backspace | 11 | |
UNDEFINED | 12 |
Product | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |