Project

General

Profile

« Previous | Next » 

Revision 11fa413d

Added by Leszek Koltunski over 2 years ago

Make the ShapeChanging the default TouchControl during MODE_REPLACE.

View differences:

src/main/java/org/distorted/objectlib/helpers/ObjectLibInterface.java
31 31
  void failedToDrag();
32 32
  void onSolved();
33 33
  void onObjectCreated(long time);
34
  void onReplaceModeDown(int cubit, int face);
35
  void onReplaceModeUp();
36

  
34 37
  void reportBlockProblem(int type, int place, long pause, long resume, long time);
35 38
  void reportProblem(String problem);
36

  
37
  // objectlib calls those to figure out app's state
38
  int getCurrentColor();
39
  int cubitIsLocked(int cubit);
40 39
  }

Also available in: Unified diff