Uses of Interface
club.doki7.sdl3.datatype.ISDL_HapticEffect
Packages that use ISDL_HapticEffect
-
Uses of ISDL_HapticEffect in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_HapticEffectModifier and TypeMethodDescriptionint
SDL3.createHapticEffect
(@Nullable SDL_Haptic haptic, @Nullable ISDL_HapticEffect effect) Create a new haptic effect on a specified device.boolean
SDL3.hapticEffectSupported
(@Nullable SDL_Haptic haptic, @Nullable ISDL_HapticEffect effect) Check to see if an effect is supported by a haptic device.boolean
SDL3.updateHapticEffect
(@Nullable SDL_Haptic haptic, int effect, @Nullable ISDL_HapticEffect data) Update the properties of an effect. -
Uses of ISDL_HapticEffect in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_HapticEffectModifier and TypeClassDescriptionfinal record
The generic template for any haptic effect.static final record
Represents a pointer to / an array of null structure(s) in native memory.