This website requires JavaScript.
Explore
Help
Register
Sign in
adam
/
leptos-use
Watch
1
Star
0
Fork
You've already forked leptos-use
0
mirror of
https://github.com/adoyle0/leptos-use.git
synced
2025-01-26 01:09:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3484631ace
leptos-use
/
src
/
core
/
position.rs
6 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
added use_draggable
2023-07-17 03:17:08 +01:00
#[
derive(Copy, Clone, Default)
]
added use_mouse
2023-06-02 13:38:01 +01:00
pub
struct
Position
{
pub
x
:
f64
,
pub
y
:
f64
,
}
Reference in a new issue
Copy permalink