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 prev_mouse_position: Vector2F,
pub platform_event: MouseMovedEvent,
pub end: bool
pub end: bool,
}
impl Deref for MouseDrag {