Table of Contents

Efl.Input.Hold.duplicate

Description

Creates a copy of this event. Efl.Input.Event.fake is true.

The returned event object is similar to the given object in most ways except that Efl.Input.Event.fake will be true.

A reference is given to the caller. In order to avoid leaks the C API users should call efl_unref() after use.

Since 1.23

Overridden from Efl.Duplicate.duplicate.

Signature

duplicate @const @pure_virtual {
    return: Efl.Duplicate;
}

C signature

Efl_Duplicate *efl_duplicate(const Eo *obj);

Implemented by