Efl.Input.Pointer.precise_position

Description

Position where the event happened, relative to the window.

This position is in floating point values, for more precise coordinates, in subpixels. Note that many input devices are unable to give better precision than a single pixel, so this may be equal to Efl.Input.Pointer.position.

See also Efl.Input.Pointer.position.

Since 1.23

Values

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

Signature

@property precise_position {
    get {}
    set {}
    values {
        pos: Eina.Vector2;
    }
}

C signature

Implemented by