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