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

  • pos - The position of the event, in pixels.

Signature

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

C signature

Implemented by