direction property

Pointer<SdlHapticDirection> get direction

Implementation

Pointer<SdlHapticDirection> get direction =>
    cast<Uint8>().elementAt(8).cast<SdlHapticDirection>();