//------------------------------------------------------------------------------------------------------- // a小于b返回1, a等于b返回0, a大于b返回-1 protected static int UIDepthDescend(IMouseEventCollect a, IMouseEventCollect b) { return(UIDepth.compare(a.getDepth(), b.getDepth())); }