Table of Contents

Efl.Input.Pointer.position

Description

Position where the event happened, relative to the window.

See Efl.Input.Pointer.precise_position for floating point precision (subpixel location).

Since 1.23

Values

Signature

@property position {
    get {}
    set {}
    values {
        pos: Eina.Position2D;
    }
}

C signature

Eina_Position2D efl_input_pointer_position_get(const Eo *obj);
void efl_input_pointer_position_set(Eo *obj, Eina_Position2D pos);

Implemented by