Efl.Ui.Win.seat

Keys

  • id - The id of the seat to find.

Values

  • seat - The seat or null if not found.

Description

Get a seat by id.

Since 1.22


Overridden from Efl.Canvas.Scene.seat (get).

Signature

@property seat @beta @pure_virtual {
    get {
        keys {
            id: int;
        }
    }
    values {
        seat: Efl.Input.Device;
    }
}

C signature

Efl_Input_Device *efl_canvas_scene_seat_get(const Eo *obj, int id);

Implemented by