Docs.rs
  • mouse-keyboard-input-0.5.1
    • mouse-keyboard-input 0.5.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • positiveway
    • Dependencies
      • crossbeam-channel ^0.5 normal
      • ioctl-sys ^0.8 normal
      • libc ^0.2 normal
      • nix ^0.28 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

mouse_keyboard_input0.5.1

  • All Items
  • Modules
  • Structs
  • Constants
  • Functions
  • Type Aliases
?
Settings

Crate mouse_keyboard_input

source ·

Re-exports§

  • pub use crate::key_codes::*;

Modules§

  • key_codes

Structs§

  • VirtualDevice
  • input_event
  • input_id
  • uinput_user_dev

Constants§

  • UINPUT_MAX_NAME_SIZE

Functions§

  • ui_dev_create⚠
  • ui_dev_destroy⚠
  • ui_get_version⚠
  • ui_set_absbit⚠
  • ui_set_evbit⚠
  • ui_set_ffbit⚠
  • ui_set_keybit⚠
  • ui_set_ledbit⚠
  • ui_set_mscbit⚠
  • ui_set_phys⚠
  • ui_set_propbit⚠
  • ui_set_relbit⚠
  • ui_set_sndbit⚠
  • ui_set_swbit⚠

Type Aliases§

  • Button
  • ChannelSender
  • Coord
  • EmptyResult
  • EventParams
  • Result