mirror of
https://github.com/vanitasvitae/Spherical
synced 2025-09-10 18:59:42 +02:00
Update references based on merge
This commit is contained in:
parent
055a39cd50
commit
fab5bffb7e
4 changed files with 84 additions and 38 deletions
|
@ -75,4 +75,8 @@ public class SphereFragment extends ImageFragment implements View.OnTouchListene
|
|||
}
|
||||
surfaceView.setBitmap(bitmap);
|
||||
}
|
||||
|
||||
public void toggleUseTouchInput() {
|
||||
surfaceView.setUseTouchInput(!surfaceView.getUseTouchInput());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue