c269d1c831
Signed-off-by: fufesou <shuanglongchen@yeah.net>
6 lines
113 B
Rust
6 lines
113 B
Rust
mod win_impl;
|
|
|
|
pub mod keycodes;
|
|
pub use self::win_impl::Enigo;
|
|
pub use self::win_impl::ENIGO_INPUT_EXTRA_VALUE;
|