Efl.Ui.Focus.Manager.request_move

Description

Returns the object in the direction from child.

Since 1.22

Signature

request_move @pure_virtual {
    params {
        @in direction: Efl.Ui.Focus.Direction;
        @in child: Efl.Ui.Focus.Object;
        @in logical: bool;
    }
    return: Efl.Ui.Focus.Object;
}

C signature

Parameters

  • direction (in) - Direction to move focus.
  • child (in) - The child to move from. Pass null to indicate the currently focused child.
  • logical (in) - Wether you want to have a logical node as result or a regular. Note that in a Efl.Ui.Focus.Manager.move call logical nodes will not get focus.

Implemented by