mouse-rs
mouse-rs copied to clipboard
fix issue 25: mouse coordinates are always returned as 0 in release building mode
The parameter lp_point in get_cursor_pos should be of reference type &mut. I've manually tested and verified it in my local environment.
Fix #25
Please merge this PR and release a new version.