DoubleTapDownEvent constructor

DoubleTapDownEvent(
  1. Game game,
  2. TapDownDetails details
)

Implementation

DoubleTapDownEvent(super.game, TapDownDetails details)
    : deviceKind = details.kind ?? PointerDeviceKind.unknown,
      super(
        devicePosition: details.globalPosition.toVector2(),
      );