summaryrefslogtreecommitdiff
path: root/ug-wifidirect/include/wfd_motion_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'ug-wifidirect/include/wfd_motion_control.h')
-rw-r--r--ug-wifidirect/include/wfd_motion_control.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/ug-wifidirect/include/wfd_motion_control.h b/ug-wifidirect/include/wfd_motion_control.h
new file mode 100644
index 0000000..f3f5bd3
--- /dev/null
+++ b/ug-wifidirect/include/wfd_motion_control.h
@@ -0,0 +1,43 @@
+/*
+ * Wi-Fi Direct
+ *
+ * Copyright 2012 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.tizenopensource.org/license
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+#ifndef __MOTION_CONTROL_H__
+#define __MOTION_CONTROL_H__
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+#include <Evas.h>
+#include "wfd_ug.h"
+
+typedef enum {
+ MOTION_TARGET_VIEW_FOCUS_ON = 0,
+ MOTION_TARGET_VIEW_FOCUS_OFF
+}TARGET_VIEW_FOCUS;
+
+void motion_create(struct ug_data *);
+void motion_destroy(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif