Table of Contents

Efl.Input.Device.seat_id

Description

Seat id number

Since 1.23

Values

  • id - The id of the seat

Signature

@property seat_id {
    get {}
    set {}
    values {
        id: uint;
    }
}

C signature

unsigned int efl_input_device_seat_id_get(const Eo *obj);
void efl_input_device_seat_id_set(Eo *obj, unsigned int id);

Implemented by