Exemple #1
0
 /// <summary>
 /// initialize the cursor with a type
 /// </summary>
 public void Init(CursorEnum typeToEnable)
 {
     posOfCursors.ActiveAllChild(false);
     indexCursor = GetCursorType(typeToEnable);
 }