Uses of Record Class
club.doki7.sdl3.datatype.SDL_TouchFingerEvent
Packages that use SDL_TouchFingerEvent
-
Uses of SDL_TouchFingerEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_TouchFingerEventModifier 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_TouchFingerEventModifier and TypeMethodDescriptionstatic SDL_TouchFingerEvent
@NotNull SDL_TouchFingerEvent
SDL_TouchFingerEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_TouchFingerEvent
SDL_TouchFingerEvent.clone
(Arena arena, SDL_TouchFingerEvent src) SDL_TouchFingerEvent.dx
(float value) SDL_TouchFingerEvent.dy
(float value) SDL_TouchFingerEvent.fingerID
(long value) SDL_TouchFingerEvent.pressure
(float value) @NotNull SDL_TouchFingerEvent
SDL_Event.tfinger()
SDL_TouchFingerEvent.timestamp
(long value) SDL_TouchFingerEvent.Ptr.toArray()
SDL_TouchFingerEvent.touchID
(long value) SDL_TouchFingerEvent.type
(int value) SDL_TouchFingerEvent.windowID
(int value) SDL_TouchFingerEvent.x
(float value) SDL_TouchFingerEvent.y
(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_TouchFingerEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_TouchFingerEvent> SDL_TouchFingerEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_TouchFingerEventModifier and TypeMethodDescriptionstatic SDL_TouchFingerEvent
SDL_TouchFingerEvent.clone
(Arena arena, SDL_TouchFingerEvent src) SDL_Event.tfinger
(@NotNull SDL_TouchFingerEvent value) void
SDL_TouchFingerEvent.Ptr.write
(long index, @NotNull SDL_TouchFingerEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_TouchFingerEventModifier and TypeMethodDescriptionSDL_Event.tfinger
(Consumer<@NotNull SDL_TouchFingerEvent> consumer)