emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
980 stars 92 forks source link

Add `set_mouse_pos` function #321

Open arvsrn opened 1 year ago

arvsrn commented 1 year ago

It only works on windows though

emoon commented 1 year ago

Thanks for the PR. I can't merge this one yet tho as I strive to have the same functionally across all backends to not confuse users.

arvsrn commented 1 year ago

Titlebar height is not hardcoded anymore. I can't code for other platforms though as I only have a windows device. Hope you get somewhere with the code if you find the time!

emoon commented 1 year ago

Thanks! I will try to get around implementing the other platforms also.