언어 설정

Menu
Sites
Language
gear s2 취소 버튼

안녕하세요

기어 s2를 사용하고 있는데요.

기어 s2 옆면에 취소버튼과 홈버튼 총2개의 버튼이 있자나요

 

취소버튼에 이벤트를 부여할 수 있는 api가 있을까요????

Responses

2 댓글
woochan lee

http://cafe.naver.com/eflkor/383

Shaswati Saha

Hello,
As far I could understand, you’re trying to do something in the callback event which is triggered when the back key is pressed. You can try using the following function:

static void
win_back_cb(void *data, Evas_Object *obj, void *event_info) {
//do stuffs here
}
Thanks.