Efl.Ui.Focus.Manager.move

Description

Moves the focus in the given direction to the next regular widget.

This call flushes all changes. This means all changes since last flush are computed.

Since 1.22

Signature

move @pure_virtual {
    params {
        @in direction: Efl.Ui.Focus.Direction;
    }
    return: Efl.Ui.Focus.Object;
}

C signature

Parameters

  • direction (in) - The direction to move to.

Implemented by