Change-Id: If763f829f38764b6d2f8398e47a794cd8f850bca
This function grabs the $key of window using $grab_mode.
]]
- return: bool;
+ return: bool; [[$true = success, $false = error]]
params {
@in key: const(char)*; [[This string is the keyname to grab.]]
@in modifiers: Evas_Modifier_Mask; [[This is for the keymask feature. Currently this feature is not supported.]]
This function unset keygrab value. Ungrab $key of window.
]]
- return: bool;
+ return: bool; [[$true = success, $false = error]]
params {
@in key: const(char)*; [[This string is the keyname to grab.]]
@in modifiers: Evas_Modifier_Mask; [[This is for the keymask feature. Currently this feature is not supported.]]