HapticLeftRight class

A left/right effect.

SDL Docs

Inheritance

Constructors

HapticLeftRight({required Sdl sdl, required int length, required int largeMagnitude, required int smallMagnitude})
Create an instance.

Properties

handle Pointer<SDL_HapticEffect>
The pointer to use.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
largeMagnitude int
Control of the large controller motor.
final
length int
Duration of the effect.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdl Sdl
The SDL bindings to use.
finalinherited
smallMagnitude int
Control of the small controller motor.
final

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