Enum XrInputSourceLocalizedNameFlags
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
[Flags]
public enum XrInputSourceLocalizedNameFlags : ulong
Fields
Name | Description |
---|---|
XR_INPUT_SOURCE_LOCALIZED_NAME_COMPONENT_BIT | XrInputSourceLocalizedNameFlags bitmask 0x00000004 indicates that the runtime must include the input component portion of the string in the result, if available. E.g. Trigger. |
XR_INPUT_SOURCE_LOCALIZED_NAME_INTERACTION_PROFILE_BIT | XrInputSourceLocalizedNameFlags bitmask 0x00000002 indicates that the runtime must include the interaction profile portion of the string in the result, if available. E.g. Vive Controller. |
XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC | |
XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT | XrInputSourceLocalizedNameFlags bitmask 0x00000001 indicates that the runtime must include the user path portion of the string in the result, if available. E.g. Left Hand. |