Table of Contents

Efl.Input.Device.device_type

Description

Device type property

Since 1.23

Values

Signature

@property device_type {
    get {}
    set {}
    values {
        klass: Efl.Input.Device_Type;
    }
}

C signature

Efl_Input_Device_Type efl_input_device_type_get(const Eo *obj);
void efl_input_device_type_set(Eo *obj, Efl_Input_Device_Type klass);

Implemented by