예제 #1
0
 /// <summary>
 /// Adds the pointer to the system.
 /// </summary>
 /// <param name="pointer">The pointer to add.</param>
 protected virtual void addPointer(Pointer pointer)
 {
     ////// this changed
     if (manager.PointersCount < 1)
     {
         manager.INTERNAL_AddPointer(pointer);
     }
 }
예제 #2
0
 /// <summary>
 /// Adds the pointer to the system.
 /// </summary>
 /// <param name="pointer">The pointer to add.</param>
 protected virtual void addPointer(Pointer pointer)
 {
     manager.INTERNAL_AddPointer(pointer);
 }