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 recordRepresents a pointer to / an array ofXrEventDataEventsLoststructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrEventDataEventsLostModifier and TypeMethodDescriptionstatic XrEventDataEventsLost@NotNull XrEventDataEventsLostXrEventDataEventsLost.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrEventDataEventsLostXrEventDataEventsLost.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 XrEventDataEventsLostXrEventDataEventsLost.clone(Arena arena, XrEventDataEventsLost src) voidXrEventDataEventsLost.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)