DragUpdateInfo.fromDetails constructor
DragUpdateInfo.fromDetails(
- Game game,
- DragUpdateDetails raw
Implementation
DragUpdateInfo.fromDetails(
Game game,
DragUpdateDetails raw,
) : super(game, raw.globalPosition, raw);