Class XrInputSourceLocalizedNameGetInfo

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrInputSourceLocalizedNameGetInfo>
org.lwjgl.openxr.XrInputSourceLocalizedNameGetInfo
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrInputSourceLocalizedNameGetInfo extends org.lwjgl.system.Struct<XrInputSourceLocalizedNameGetInfo> implements org.lwjgl.system.NativeResource
Information to query the bound input sources for an action.
Description

The result of passing an XrPath sourcePath not retrieved from EnumerateBoundSourcesForAction is not specified.

Valid Usage (Implicit)
See Also

EnumerateBoundSourcesForAction, GetInputSourceLocalizedName

Layout


 struct XrInputSourceLocalizedNameGetInfo {
     XrStructureType type();
     void const * next();
     XrPath sourcePath();
     XrInputSourceLocalizedNameFlags whichComponents();
 }