示例#1
0
 public float getY() {
   if (isInstance) {
     return currentControl.getY();
   }
   return 0;
 }