Uses of Record Class
club.doki7.sdl3.datatype.SDL_Finger
Packages that use SDL_Finger
-
Uses of SDL_Finger in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_FingerModifier 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_FingerModifier and TypeMethodDescriptionstatic SDL_Finger
@NotNull SDL_Finger
SDL_Finger.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_Finger
SDL_Finger.clone
(Arena arena, SDL_Finger src) SDL_Finger.id
(long value) SDL_Finger.pressure
(float value) SDL_Finger.Ptr.toArray()
SDL_Finger.x
(float value) SDL_Finger.y
(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_FingerMethods in club.doki7.sdl3.datatype with parameters of type SDL_FingerModifier and TypeMethodDescriptionstatic SDL_Finger
SDL_Finger.clone
(Arena arena, SDL_Finger src) void
SDL_Finger.Ptr.write
(long index, @NotNull SDL_Finger value)