TertiaryTapDownEvent constructor
TertiaryTapDownEvent(
- Game game,
- TapDownDetails details
Implementation
TertiaryTapDownEvent(super.game, TapDownDetails details)
: deviceKind = details.kind ?? PointerDeviceKind.unknown,
super(
raw: details,
devicePosition: details.globalPosition.toVector2(),
);