Revision 594bbce0
Added by Leszek Koltunski about 4 years ago
| src/main/java/org/distorted/objectlib/helpers/ObjectLibInterface.java | ||
|---|---|---|
| 19 | 19 |
|
| 20 | 20 |
package org.distorted.objectlib.helpers; |
| 21 | 21 |
|
| 22 |
import org.distorted.library.main.DistortedFramebuffer; |
|
| 23 |
|
|
| 24 |
import org.distorted.objectlib.main.ObjectControl; |
|
| 25 | 22 |
import org.distorted.objectlib.main.ObjectType; |
| 26 | 23 |
|
| 27 | 24 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| ... | ... | |
| 35 | 32 |
void onFinishRotation(int axis, int row, int angle); |
| 36 | 33 |
void failedToDrag(); |
| 37 | 34 |
void onSolved(); |
| 35 |
void onObjectCreated(long time); |
|
| 38 | 36 |
|
| 39 | 37 |
// objectlib calls those to figure out app's state |
| 40 | 38 |
int getCurrentColor(); |
Also available in: Unified diff
Progress with PuzzleTester app.