Focus is moved by mouse click by default. This patch makes moving focus
by mouse_in optionally by configuration and API. Widget item focus
movement is not applied yet. Need to do that as well.
- configuration: "focus_move_policy"
- API: elm_config_focus_move_policy_set/get
- enum
ELM_FOCUS_MOVE_POLICY_CLICK
ELM_FOCUS_MOVE_POLICY_IN
@feature
devs/felipealmeida/promises
Daniel Juyung Seo9 years agocommitted byDaniel Juyung Seo
unsignedcharfocus_highlight_clip_disable;/**< This shows disabled status of focus highlight clip feature. This value is false by default so the focus highlight is clipped. */
unsignedcharfocus_move_policy;/**< This show how the elementary focus is moved to another object. Focus can be moved by click or mouse_in. */