Table of Contents

Efl.Canvas.Object.seat_focus_add

Description

Add a seat to the focus list.

Evas allows the Efl.Canvas.Object to be focused by multiple seats at the same time. This function adds a new seat to the focus list. In other words, after the seat is added to the list this object will now be also focused by this new seat.

The old focus APIs still work, however they will only act on the default seat.

Since 1.22

Signature

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

C signature

Eina_Bool efl_canvas_object_seat_focus_add(Eo *obj, Efl_Input_Device *seat);

Parameters

Implemented by