tauri/.changes/cursor_position.md
Amr Bashir 477bb8cd4e
feat: add cursor_position getter (#9297)
* feat: add `cursor_position` getter

closes #9250

* js api

* Update mod.rs

* fix build on iOS and android

* use existing wrapper

* fmt

* adjust wording

* update docs

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-04-29 18:28:01 +03:00

140 B

tauri
patch:feat

Add App/AppHandle/Window/Webview/WebviewWindow::cursor_position getter to get the current cursor position.