#if UNITY_WP8
new void OnDrag
(Vector2 delta
) {
if (!enabled || mTouchID != UICamera.currentTouchID) return;
OnDragDropMove((Vector3)delta * mRoot.pixelSizeAdjustment);
}
new void OnPress
(bool isPressed
) { if (isPressed
) mPressTime
= RealTime
.time; } #endif