return events;
Location location = Location.screenLocation(_offsetCentroid);
Event event = null;
switch (_myType) {
case ActionManagerMT.ZOOM_GESTURE:
event = new ZoomEvent(_scale, location, time);
break;
case ActionManagerMT.ROTATE_GESTURE:
event = new RotateEvent(_rotation, location, time);
break;
case ActionManagerMT.MULTI_POINT_DRAG_GESTURE: