Uses of Record Class
club.doki7.sdl3.datatype.SDL_HapticLeftRight
Packages that use SDL_HapticLeftRight
-
Uses of SDL_HapticLeftRight in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_HapticLeftRightModifier 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_HapticLeftRightModifier and TypeMethodDescriptionstatic SDL_HapticLeftRight@NotNull SDL_HapticLeftRightSDL_HapticLeftRight.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_HapticLeftRightSDL_HapticLeftRight.clone(Arena arena, SDL_HapticLeftRight src) SDL_HapticLeftRight.large_magnitude(short value) @NotNull SDL_HapticLeftRightSDL_HapticEffect.leftright()SDL_HapticLeftRight.length(int value) SDL_HapticLeftRight.small_magnitude(short value) SDL_HapticLeftRight.Ptr.toArray()SDL_HapticLeftRight.type(short value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_HapticLeftRightModifier and TypeMethodDescription@NotNull Iterator<SDL_HapticLeftRight> SDL_HapticLeftRight.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_HapticLeftRightModifier and TypeMethodDescriptionstatic SDL_HapticLeftRightSDL_HapticLeftRight.clone(Arena arena, SDL_HapticLeftRight src) SDL_HapticEffect.leftright(@NotNull SDL_HapticLeftRight value) voidSDL_HapticLeftRight.Ptr.write(long index, @NotNull SDL_HapticLeftRight value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_HapticLeftRightModifier and TypeMethodDescriptionSDL_HapticEffect.leftright(Consumer<@NotNull SDL_HapticLeftRight> consumer)