eventPosition method

  1. @protected
Vector2 eventPosition(
  1. PositionInfo info
)

Implementation

@protected
Vector2 eventPosition(PositionInfo info) {
  return isHud ? info.eventPosition.viewportOnly : info.eventPosition.game;
}