Pinned
718 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Opened 1 pull request in 1 repository
rust-lang/docs.rs
1
merged
Reviewed 4 pull requests in 1 repository
Created an issue in ggez/ggez that received 4 comments
mouse_motion_event provides incorrect delta values
Describe the bug
The dy and dy parameters to mouse_motion_event are different to the actual delta since the last call.
To Reproduce
use ggez::{Cont…
4
comments