SDL_HapticEffect

sdl2.unions.SDL_HapticEffect

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply()(using Zone): Ptr[SDL_HapticEffect]
def apply(`type`: Uint16)(using Zone): Ptr[SDL_HapticEffect]
def apply(constant: SDL_HapticConstant)(using Zone): Ptr[SDL_HapticEffect]
def apply(periodic: SDL_HapticPeriodic)(using Zone): Ptr[SDL_HapticEffect]
def apply(condition: SDL_HapticCondition)(using Zone): Ptr[SDL_HapticEffect]
def apply(ramp: SDL_HapticRamp)(using Zone): Ptr[SDL_HapticEffect]
def apply(leftright: SDL_HapticLeftRight)(using Zone): Ptr[SDL_HapticEffect]
def apply(custom: SDL_HapticCustom)(using Zone): Ptr[SDL_HapticEffect]

Givens

Givens

given _tag: Tag[SDL_HapticEffect]

Extensions