new WindowSwing.EventHookInfo(intersectionPointWorld, canvasX, canvasY);
lastPressEventHook.specifyHookInfoForEvent(event, hookInfo);
}
} else {
pt = view.calcPositionInPixelCoordinates(intersectionPointWorld, true);
}
// TODO: temp
if (pt == null) {
logger.severe("pt is null");