Table of Contents

Efl.Ui.Focus.Manager.setup_on_first_touch

Description

Called when this manager is set as redirect.

In case that this is called as a result of a move call, direction and entry will be set to the direction of the move call, and the entry object will be set to the object that had this manager as redirect property.

Since 1.22

Signature

setup_on_first_touch @pure_virtual {
    params {
        @in direction: Efl.Ui.Focus.Direction;
        @in entry: Efl.Ui.Focus.Object;
    }
}

C signature

void efl_ui_focus_manager_setup_on_first_touch(Eo *obj, Efl_Ui_Focus_Direction direction, Efl_Ui_Focus_Object *entry);

Parameters

Implemented by