示例#1
0
 protected override bool BeatsImpl(CheckedGesture other)
 {
     return(true);
 }
示例#2
0
 protected override bool BeatsImpl(CheckedGesture other)
 {
     return(other == SCISSORS);
 }