Efl.Input.Pointer.touch_id

Description

The ID associated with this pointer.

In case there are multiple pointers (for example when multiple fingers are touching the screen) this number uniquely identifies each pointer, for as long as it is present. This is, when a finger is lifted its ID can be later reused by another finger touching the screen.

Since 1.23

Values

  • id - An ID uniquely identifying this pointer among the currently present pointers.

Signature

@property touch_id {
    get {}
    set {}
    values {
        id: int;
    }
}

C signature

int efl_input_pointer_touch_id_get(const Eo *obj);
void efl_input_pointer_touch_id_set(Eo *obj, int id);

Implemented by