You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting to use it in my image viewer to implement a borderless mode and allow dragging - having an absolute mouse position is super handy for that.
I am running tests on several platforms and noticed that NetBSD failed - I suspect that platform is not supported yet?
error[E0599]: no variant or associated item named `get_mouse_position` found for enum `mouse_position::mouse_position::Mouse` in the current scope
--> src/ui.rs:2027:39
|
2027 | let position = Mouse::get_mouse_position();
| ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `Mouse`
Hi, and thank you for this great library!
I am starting to use it in my image viewer to implement a borderless mode and allow dragging - having an absolute mouse position is super handy for that.
I am running tests on several platforms and noticed that NetBSD failed - I suspect that platform is not supported yet?
Would you consider adding that feature? If it helps, I can help adding a github actions CI to test - I have one here:
https://github.com/woelper/oculante/blob/master/.github/workflows/check_netbsd_minimal.yml
The text was updated successfully, but these errors were encountered: