Class XrInputSourceLocalizedNameGetInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrInputSourceLocalizedNameGetInfo extends Struct<XrInputSourceLocalizedNameGetInfo> implements NativeResource

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