|
Tizen Native API
5.0
|
This group provides functionalities to grab hardware key events.
Functions | |
| Eina_Bool | eext_win_keygrab_set (Elm_Win *obj, const char *key) |
| Set the keygrab of the Elm_Win object. | |
| Eina_Bool | eext_win_keygrab_unset (Elm_Win *obj, const char *key) |
| Unset the keygrab of the Elm_Win object. | |
| Eina_Bool eext_win_keygrab_set | ( | Elm_Win * | obj, |
| const char * | key | ||
| ) |
Set the keygrab of the Elm_Win object.
This API returns the sucessness of keygrab_set. Key callback is only called when the window located in topmost(top of the window stack).
| [in] | obj | object to set the keygrab The widget type of this object should be elm_win |
| [in] | key | keyname string to set keygrab |
| Eina_Bool eext_win_keygrab_unset | ( | Elm_Win * | obj, |
| const char * | key | ||
| ) |
Unset the keygrab of the Elm_Win object.
This API returns the sucessness of keygrab_unset.
| [in] | obj | object to unset the keygrab The widget type of this object should be elm_win |
| [in] | key | keyname string to unset keygrab |