I am developing a tizen native application in samsung gear s2,and I want to simulate press the back key event to get to prevous page,how could I get this? thanks
Asked
Active
Viewed 450 times
1 Answers
1
EEXT_CALLBACK_BACK is Hardware Back key event
Register the Back key event callback
eext_object_event_callback_add(ad->win, EEXT_CALLBACK_BACK, win_back_cb, ad);

Mehedi Alamgir
- 203
- 2
- 7