Uses of Record Class
club.doki7.sdl3.datatype.SDL_HapticRamp
Packages that use SDL_HapticRamp
-
Uses of SDL_HapticRamp in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_HapticRampModifier 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_HapticRampModifier and TypeMethodDescriptionstatic SDL_HapticRamp
@NotNull SDL_HapticRamp
SDL_HapticRamp.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_HapticRamp.attack_length
(short value) SDL_HapticRamp.attack_level
(short value) SDL_HapticRamp.button
(short value) static SDL_HapticRamp
SDL_HapticRamp.clone
(Arena arena, SDL_HapticRamp src) SDL_HapticRamp.delay
(short value) SDL_HapticRamp.direction
(@NotNull SDL_HapticDirection value) SDL_HapticRamp.direction
(Consumer<@NotNull SDL_HapticDirection> consumer) SDL_HapticRamp.end
(short value) SDL_HapticRamp.fade_length
(short value) SDL_HapticRamp.fade_level
(short value) SDL_HapticRamp.interval
(short value) SDL_HapticRamp.length
(int value) @NotNull SDL_HapticRamp
SDL_HapticEffect.ramp()
SDL_HapticRamp.start
(short value) SDL_HapticRamp.Ptr.toArray()
SDL_HapticRamp.type
(short value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_HapticRampModifier and TypeMethodDescription@NotNull Iterator
<SDL_HapticRamp> SDL_HapticRamp.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_HapticRampModifier and TypeMethodDescriptionstatic SDL_HapticRamp
SDL_HapticRamp.clone
(Arena arena, SDL_HapticRamp src) SDL_HapticEffect.ramp
(@NotNull SDL_HapticRamp value) void
SDL_HapticRamp.Ptr.write
(long index, @NotNull SDL_HapticRamp value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_HapticRampModifier and TypeMethodDescriptionSDL_HapticEffect.ramp
(Consumer<@NotNull SDL_HapticRamp> consumer)