HapticEffect constructor

HapticEffect(
  1. Sdl sdl
)

Create an instance.

Implementation

HapticEffect(this.sdl) : handle = calloc<SDL_HapticEffect>();