Project

General

Profile

« Previous | Next » 

Revision dfa958c7

Added by Leszek Koltunski about 1 year ago

Move the interaction with touchscreen to the OSInterface (part2)

View differences:

src/main/java/org/distorted/objectlib/main/ObjectControl.java
66 66
    private int mFirstIndex, mLastIndex;
67 67
    private final int mDensity;
68 68

  
69
  //  private int mPointer1, mPointer2;
70 69
    private float mX1, mY1, mX2, mY2, mX, mY;
71 70
    private final boolean mIsAutomatic;
72 71

  
......
368 367

  
369 368
    private void prepareUp2()
370 369
      {
371
      mOS.up2();
370
      mOS.upOneOfThem();
372 371
      }
373 372

  
374 373
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff