Example #1
0
 //bool cursorPushed;
 /// <summary>
 /// Constructs a new HandleCursorHandler.
 /// </summary>
 /// <param name="target">
 /// The node that this event handler will change the cursor for.
 /// </param>
 public HandleCursorHandler(PBoundsHandle target)
 {
     this.target = target;
 }
            //bool cursorPushed;

            /// <summary>
            /// Constructs a new HandleCursorHandler.
            /// </summary>
            /// <param name="target">
            /// The node that this event handler will change the cursor for.
            /// </param>
            public HandleCursorHandler(PBoundsHandle target)
            {
                this.target = target;
            }