Ejemplo n.º 1
0
 public virtual void OnInit(DragableObject pDragableObject)
 {
     this.pDragableObject = pDragableObject;
 }
Ejemplo n.º 2
0
 public DragEvent(DragableObject pDragableObject, EDragState eDragState, Vector2 vecMousePos)
 {
     this.pDragableObject = pDragableObject; this.eDragState = eDragState; this.vecMousePos = vecMousePos;
 }