ELM_ACCESS_X is not supported 3.0 yet submit/tizen_mobile/20150512.125148
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 12:48:30 +0000 (21:48 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 12 May 2015 12:48:30 +0000 (21:48 +0900)
Change-Id: Icafcf1bcce9dc169eb41cdd2c6ee0bc3f4a5e0ea

src/virtual_window.c

index 66f42ed..2973a9f 100644 (file)
@@ -250,7 +250,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_HIGHLIGHT;
+               action_type = 0; //ELM_ACCESS_ACTION_HIGHLIGHT;
                /**
                 * @note
                 * Calculate the event occurred X & Y on the buffer
@@ -278,7 +278,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_HIGHLIGHT_NEXT;
+               action_type = 0; //ELM_ACCESS_ACTION_HIGHLIGHT_NEXT;
                action_info.highlight_cycle = EINA_FALSE;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_LAST : WIDGET_ACCESS_STATUS_DONE;
@@ -290,7 +290,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_HIGHLIGHT_PREV;
+               action_type = 0; //ELM_ACCESS_ACTION_HIGHLIGHT_PREV;
                action_info.highlight_cycle = EINA_FALSE;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_FIRST : WIDGET_ACCESS_STATUS_DONE;
@@ -302,7 +302,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_ACTIVATE;
+               action_type = 0; //ELM_ACCESS_ACTION_ACTIVATE;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_ERROR : WIDGET_ACCESS_STATUS_DONE;
                break;
@@ -313,7 +313,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_UP;
+               action_type = 0; //ELM_ACCESS_ACTION_UP;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_ERROR : WIDGET_ACCESS_STATUS_DONE;
                break;
@@ -324,7 +324,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_DOWN;
+               action_type = 0; //ELM_ACCESS_ACTION_DOWN;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_ERROR : WIDGET_ACCESS_STATUS_DONE;
                break;
@@ -335,7 +335,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_SCROLL;
+               action_type = 0; //ELM_ACCESS_ACTION_SCROLL;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -349,7 +349,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_SCROLL;
+               action_type = 0; //ELM_ACCESS_ACTION_SCROLL;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -363,7 +363,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_SCROLL;
+               action_type = 0; //ELM_ACCESS_ACTION_SCROLL;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -377,7 +377,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_UNHIGHLIGHT;
+               action_type = 0; //ELM_ACCESS_ACTION_UNHIGHLIGHT;
                ret = elm_access_action(parent_elm, action_type, &action_info);
                ret = (ret == EINA_FALSE) ? WIDGET_ACCESS_STATUS_ERROR : WIDGET_ACCESS_STATUS_DONE;
                break;
@@ -388,7 +388,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_VALUE_CHANGE;
+               action_type = 0; //ELM_ACCESS_ACTION_VALUE_CHANGE;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -402,7 +402,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_MOUSE;
+               action_type = 0; //ELM_ACCESS_ACTION_MOUSE;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -416,7 +416,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_BACK;
+               action_type = 0; //ELM_ACCESS_ACTION_BACK;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -430,7 +430,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_OVER;
+               action_type = 0; //ELM_ACCESS_ACTION_OVER;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -444,7 +444,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_READ;
+               action_type = 0; //ELM_ACCESS_ACTION_READ;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -458,7 +458,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_ENABLE;
+               action_type = 0; //ELM_ACCESS_ACTION_ENABLE;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;
@@ -472,7 +472,7 @@ static int event_handler_cb(widget_buffer_h handler, struct widget_buffer_event_
                        break;
                }
                memset(&action_info, 0, sizeof(action_info));
-               action_type = ELM_ACCESS_ACTION_DISABLE;
+               action_type = 0; //ELM_ACCESS_ACTION_DISABLE;
                action_info.x = event_info->info.access.x;
                action_info.y = event_info->info.access.y;
                action_info.mouse_type = event_info->info.access.mouse_type;