Efl.Canvas.Object.seat_focus_del

Description

Remove a seat from the focus list.

Since 1.22

Signature

seat_focus_del @beta {
    params {
        @in seat: Efl.Input.Device;
    }
    return: bool;
}

C signature

Parameters

  • seat (in) - The seat that should be removed from the focus list. Use null for the default seat.

Implemented by