fmt
This commit is contained in:
parent
56704c7c5f
commit
a58c9ed7d3
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue