LongPressStartInfo.fromDetails constructor

LongPressStartInfo.fromDetails(
  1. Game game,
  2. LongPressStartDetails raw
)

Implementation

LongPressStartInfo.fromDetails(
  Game game,
  LongPressStartDetails raw,
) : super(game, raw.globalPosition, raw);