Uses of Record Class
club.doki7.sdl3.datatype.SDL_PenProximityEvent
Packages that use SDL_PenProximityEvent
-
Uses of SDL_PenProximityEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_PenProximityEventModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_PenProximityEventModifier and TypeMethodDescriptionstatic SDL_PenProximityEvent
@NotNull SDL_PenProximityEvent
SDL_PenProximityEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_PenProximityEvent
SDL_PenProximityEvent.clone
(Arena arena, SDL_PenProximityEvent src) @NotNull SDL_PenProximityEvent
SDL_Event.pproximity()
SDL_PenProximityEvent.timestamp
(long value) SDL_PenProximityEvent.Ptr.toArray()
SDL_PenProximityEvent.type
(int value) SDL_PenProximityEvent.which
(int value) SDL_PenProximityEvent.windowID
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_PenProximityEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_PenProximityEvent> SDL_PenProximityEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_PenProximityEventModifier and TypeMethodDescriptionstatic SDL_PenProximityEvent
SDL_PenProximityEvent.clone
(Arena arena, SDL_PenProximityEvent src) SDL_Event.pproximity
(@NotNull SDL_PenProximityEvent value) void
SDL_PenProximityEvent.Ptr.write
(long index, @NotNull SDL_PenProximityEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_PenProximityEventModifier and TypeMethodDescriptionSDL_Event.pproximity
(Consumer<@NotNull SDL_PenProximityEvent> consumer)