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 TypeMethodDescriptionint
XR.getInputSourceLocalizedName
(XrSession session, XrInputSourceLocalizedNameGetInfo getInfo, int bufferCapacityInput, IntPtr bufferCountOutput, @Nullable BytePtr buffer) int
XRStatic.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 record
Represents a pointer to / an array ofXrInputSourceLocalizedNameGetInfo
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrInputSourceLocalizedNameGetInfoModifier and TypeMethodDescription@NotNull XrInputSourceLocalizedNameGetInfo
XrInputSourceLocalizedNameGetInfo.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) void
XrInputSourceLocalizedNameGetInfo.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)