This commit is contained in:
Mikayla Maki 2023-07-26 09:39:35 -07:00
parent 56704c7c5f
commit a58c9ed7d3
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ pub struct MouseDrag {
pub region: RectF, pub region: RectF,
pub prev_mouse_position: Vector2F, pub prev_mouse_position: Vector2F,
pub platform_event: MouseMovedEvent, pub platform_event: MouseMovedEvent,
pub end: bool pub end: bool,
} }
impl Deref for MouseDrag { impl Deref for MouseDrag {