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

al_hide_mouse_cursor is missing from allegro-sys #17

Closed
ZackGabri opened this issue Aug 4, 2020 · 1 comment
Closed

al_hide_mouse_cursor is missing from allegro-sys #17

ZackGabri opened this issue Aug 4, 2020 · 1 comment

Comments

@ZackGabri
Copy link

ZackGabri commented Aug 4, 2020

So i was looking on a way to hide the cursor in the allegro docs, found al_hide_mouse_cursor, tried looking for something similar in the rust wrapper, couldn't find it, so i looked at the allegro-sys crate, and couldn't even find it there, tried adding it manually in the mouse.rs file then using that local version of the sys crate but because it doesn't allow me to use the returned pointer from the allegro wrapper because it's a "different version of the crate" it required me to change allegro and the other addons to local versions as well, it's really messy that i had to do all of that just for a missing method

@SiegeLord
Copy link
Owner

Yeah, aside from merging everything into one crate as #15 suggests you basically need to switch all the interdependent crates to the local versions.

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