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