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