Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetBSD support #3

Open
woelper opened this issue Feb 5, 2024 · 1 comment
Open

NetBSD support #3

woelper opened this issue Feb 5, 2024 · 1 comment

Comments

@woelper
Copy link

woelper commented Feb 5, 2024

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?

  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`

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants