Пример #1
0
 /**
  * Decide whether touches outside the showcased circle should be ignored or not
  *
  * @param block true to block touches, false otherwise. By default, this is true.
  * @deprecated Use the option in {@link ConfigOptions} instead.
  */
 @Deprecated
 public void blockNonShowcasedTouches(boolean block) {
   mOptions.block = block;
 }