Efl.Canvas.Object.seat_focus_check

Description

Check if this object is focused by a given seat

Since 1.22

Signature

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

C signature

Parameters

  • seat (in) - The seat to check if the object is focused. Use null for the default seat.

Implemented by