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