Uses of Record Class
club.doki7.sdl3.datatype.SDL_HapticEffect
Packages that use SDL_HapticEffect
-
Uses of SDL_HapticEffect in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_HapticEffectModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_HapticEffectModifier and TypeMethodDescriptionstatic SDL_HapticEffect@NotNull SDL_HapticEffectSDL_HapticEffect.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_HapticEffectSDL_HapticEffect.clone(Arena arena, SDL_HapticEffect src) SDL_HapticEffect.condition(@NotNull SDL_HapticCondition value) SDL_HapticEffect.condition(Consumer<@NotNull SDL_HapticCondition> consumer) SDL_HapticEffect.constant(@NotNull SDL_HapticConstant value) SDL_HapticEffect.constant(Consumer<@NotNull SDL_HapticConstant> consumer) SDL_HapticEffect.custom(@NotNull SDL_HapticCustom value) SDL_HapticEffect.custom(Consumer<@NotNull SDL_HapticCustom> consumer) SDL_HapticEffect.leftright(@NotNull SDL_HapticLeftRight value) SDL_HapticEffect.leftright(Consumer<@NotNull SDL_HapticLeftRight> consumer) SDL_HapticEffect.periodic(@NotNull SDL_HapticPeriodic value) SDL_HapticEffect.periodic(Consumer<@NotNull SDL_HapticPeriodic> consumer) SDL_HapticEffect.ramp(@NotNull SDL_HapticRamp value) SDL_HapticEffect.ramp(Consumer<@NotNull SDL_HapticRamp> consumer) SDL_HapticEffect.Ptr.toArray()SDL_HapticEffect.type(short value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_HapticEffectModifier and TypeMethodDescription@NotNull Iterator<SDL_HapticEffect> SDL_HapticEffect.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_HapticEffectModifier and TypeMethodDescriptionstatic SDL_HapticEffectSDL_HapticEffect.clone(Arena arena, SDL_HapticEffect src) voidSDL_HapticEffect.Ptr.write(long index, @NotNull SDL_HapticEffect value)