Docs.rs
keyboard_query-0.1.0
keyboard_query 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
YXL76
Dependencies
pkg-config ^0.3.18
build
x11 ^2.18.2
normal
user32-sys ^0.2.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
keyboard_
query
0.1.0
Device
Query
Required Methods
get_keys
Implementors
In crate keyboard_
query
keyboard_query
Trait
DeviceQuery
Copy item path
Source
pub trait DeviceQuery { // Required method fn
get_keys
(&self) ->
Vec
<
u16
>; }
Required Methods
§
Source
fn
get_keys
(&self) ->
Vec
<
u16
>
Implementors
§
Source
§
impl
DeviceQuery
for
DeviceState