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

Parameters

  • direction (in) - The direction in which this should be setup.
  • entry (in) - The object that caused this manager to be redirect.

Implemented by