Table of Contents

Efl.Input.Device.is_pointer_type

Values

  • pointer_type - true if the device has pointing capabilities.


Signature

@property is_pointer_type {
    get {}
    values {
        pointer_type: bool;
    }
}

C signature

Eina_Bool efl_input_device_is_pointer_type_get(const Eo *obj);

Implemented by