shithub
tenseleyflow
/
fackr
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fackr
Public
Watch
0
Fork
0
Star
0
fackr
/
src
/
input
/
mod.rs
Rust · 125 bytes
Raw
Blame
History
1
mod
key
;
2
mod
mouse
;
3
4
pub
use
key
::
{
Key
,
Modifiers
};
5
#[allow(unused_imports)]
6
pub
use
mouse
::
{
Button
,
Mouse
,
MouseModifiers
};
7