input_query 0.2.0

A library for querying key states without a window.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "input_query"
version = "0.2.0"
edition = "2024"
description = "A library for querying key states without a window."
license = "MIT"
repository = "https://github.com/Murat65536/input-query"

[dependencies]

[target.'cfg(target_os = "linux")'.dependencies]
evdev = "0.13.1"

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.58", features = ["Win32_UI_Input_KeyboardAndMouse"] }

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.24"