Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在三星齿轮 s2 中开发一个 tizen 本机应用程序,我想模拟按下后退键事件以进入上一页,我怎么能得到这个?谢谢
EEXT_CALLBACK_BACK是硬件返回键事件
注册返回键事件回调
eext_object_event_callback_add(ad->win, EEXT_CALLBACK_BACK, win_back_cb, ad);
参考:https ://developer.tizen.org/development/guides/native-application/user-interface/efl/hardware-input-handling/managing-menu-and-back-key-events