HapticFeature enum

An enumeration of SDL haptic types.

Inheritance

Constructors

HapticFeature()
const

Values

constant → const HapticFeature

SDL_HAPTIC_CONSTANT.

sine → const HapticFeature

SDL_HAPTIC_SINE.

leftRight → const HapticFeature

SDL_HAPTIC_LEFTRIGHT.

triangle → const HapticFeature

SDL_HAPTIC_TRIANGLE.

sawToothUp → const HapticFeature

SDL_HAPTIC_SAWTOOTHUP.

sawToothDown → const HapticFeature

SDL_HAPTIC_SAWTOOTHDOWN.

ramp → const HapticFeature

SDL_HAPTIC_RAMP.

spring → const HapticFeature

SDL_HAPTIC_SPRING.

damper → const HapticFeature

SDL_HAPTIC_DAMPER.

inertia → const HapticFeature

SDL_HAPTIC_INERTIA.

friction → const HapticFeature

SDL_HAPTIC_FRICTION.

custom → const HapticFeature

SDL_HAPTIC_CUSTOM.

gain → const HapticFeature

SDL_HAPTIC_GAIN.

autocenter → const HapticFeature

SDL_HAPTIC_AUTOCENTER.

status → const HapticFeature

SDL_HAPTIC_STATUS.

pause → const HapticFeature

SDL_HAPTIC_PAUSE.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HapticFeature>
A constant List of the values in this enum, in order of their declaration.