OSDN Git Service

次バージョンの準備。
[gokigen/PKRemote.git] / app / src / main / java / net / osdn / gokigen / pkremote / camera / interfaces / control / IFocusingControl.java
1 package net.osdn.gokigen.pkremote.camera.interfaces.control;
2
3 import android.view.MotionEvent;
4
5 /**
6  *
7  *
8  */
9 public interface IFocusingControl
10 {
11     boolean driveAutoFocus(MotionEvent motionEvent);
12     void unlockAutoFocus();
13 }