widget property
Coordinates of the event relative to the game widget position/size
Implementation
late final Vector2 widget = _game.convertGlobalToLocalCoordinate(global);
Coordinates of the event relative to the game widget position/size
late final Vector2 widget = _game.convertGlobalToLocalCoordinate(global);