Uses of Record Class
club.doki7.openxr.datatype.XrInputSourceLocalizedNameGetInfo
Packages that use XrInputSourceLocalizedNameGetInfo
-
Uses of XrInputSourceLocalizedNameGetInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescriptionintXR.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) intXRStatic.getInputSourceLocalizedName(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) -
Uses of XrInputSourceLocalizedNameGetInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrInputSourceLocalizedNameGetInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrInputSourceLocalizedNameGetInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescription@NotNull XrInputSourceLocalizedNameGetInfoXrInputSourceLocalizedNameGetInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrInputSourceLocalizedNameGetInfo.clone(Arena arena, XrInputSourceLocalizedNameGetInfo src) XrInputSourceLocalizedNameGetInfo.next(@NotNull MemorySegment value) XrInputSourceLocalizedNameGetInfo.sourcePath(long value) XrInputSourceLocalizedNameGetInfo.Ptr.toArray()XrInputSourceLocalizedNameGetInfo.type(int value) XrInputSourceLocalizedNameGetInfo.whichComponents(long value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescription@NotNull Iterator<XrInputSourceLocalizedNameGetInfo> XrInputSourceLocalizedNameGetInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescriptionXrInputSourceLocalizedNameGetInfo.clone(Arena arena, XrInputSourceLocalizedNameGetInfo src) voidXrInputSourceLocalizedNameGetInfo.Ptr.write(long index, @NotNull XrInputSourceLocalizedNameGetInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescriptionXrInputSourceLocalizedNameGetInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrInputSourceLocalizedNameGetInfo> consumer)