Uses of Record Class
club.doki7.openxr.datatype.XrEventDataEventsLost
Packages that use XrEventDataEventsLost
-
Uses of XrEventDataEventsLost in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrEventDataEventsLostModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrEventDataEventsLost
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEventDataEventsLostModifier and TypeMethodDescriptionstatic XrEventDataEventsLost
@NotNull XrEventDataEventsLost
XrEventDataEventsLost.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrEventDataEventsLost
XrEventDataEventsLost.clone
(Arena arena, XrEventDataEventsLost src) XrEventDataEventsLost.lostEventCount
(int value) XrEventDataEventsLost.next
(@NotNull MemorySegment value) XrEventDataEventsLost.Ptr.toArray()
XrEventDataEventsLost.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrEventDataEventsLostModifier and TypeMethodDescription@NotNull Iterator
<XrEventDataEventsLost> XrEventDataEventsLost.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrEventDataEventsLostModifier and TypeMethodDescriptionstatic XrEventDataEventsLost
XrEventDataEventsLost.clone
(Arena arena, XrEventDataEventsLost src) void
XrEventDataEventsLost.Ptr.write
(long index, @NotNull XrEventDataEventsLost value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrEventDataEventsLostModifier and TypeMethodDescriptionXrEventDataEventsLost.Ptr.at
(long index, @NotNull Consumer<@NotNull XrEventDataEventsLost> consumer)