Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/YXL76/keyboard_query

A simple library to query mouse and keyboard inputs without a window. Will work in Windows, Linux, and macOS.
https://github.com/YXL76/keyboard_query

🐎ci(action): release

cefb75eff0dbeef6f14e2fa3fa81125112552349 authored over 4 years ago
🧪test(print_keys): fix crate name

4fe43c91d5223e84f739acc2a1f35d9aa7f761ba authored over 4 years ago
📃docs(README):

40e7cefb71419606b873807a989bd600535d1193 authored over 4 years ago
update package description

25d2b7eb4d11b60baac3aa62b1ec2202cdf44291 authored over 4 years ago
🐎ci(travis): remove

c25071b89840f1681c23177b190f3a9d86e531d1 authored over 4 years ago
🐞fix(windows): `mismatched types` and `unnecessary parentheses`

b3535aac41731dbbfd3cf680a361b2588746176c authored over 4 years ago
🐞fix(windows): remove crate

36fff25e81b525d2c417586d310fe9c946c42b8d authored over 4 years ago
🐳chore(dependencies): remove uncessary

cadff6f663874717db76b0976827da1fbda5c176 authored over 4 years ago
🐎ci(action): init

9bd21fe55683c03f33fce21425050ee8d213bef3 authored over 4 years ago
remove mouse event

8dc3fd4c568fb75218cd7c9b28d062b449a8a69d authored over 4 years ago
🐳chore(dependencies): update

a0c02d2cb73f3deece9771776be6c124c16ecf30 authored over 4 years ago
Updating to 0.2.4

602a92ed2a5e5fb83452ceeef7925450a65a8713 authored almost 5 years ago
Removing call of XInitThreads on Linux bindings

- Calling XInitThreads can cause problems if it's already been called or
if any other library ...

8f99ca21971de70c82fc6eb64d8ce2077fd63417 authored almost 5 years ago
Bumping to 0.2.3

576daba5b45c077b1e93ad7728d0b7858cdf3f89 authored almost 5 years ago
Extended key support. Use linux keycode instead of keysym.

f2cd53fe26681a57edc590edcf3be53b3311621f authored almost 5 years ago
Fix compile error

fd8fbebbda7be8c22e99dcc76617220c7870158f authored almost 5 years ago
Adding a dependency list to the README

- The README wasn't clear that the Linux version of this library
depended on X11 development l...

19d3881ab3141c71caa6317040327575a048a2c3 authored almost 5 years ago
Bumping to version 0.2.1

32b459c90676825da2b8f8656fded7088d2dabde authored about 5 years ago
Added arrow keys support

bed91c5ec0e3cfe7bbbb83f6f287791e30f5d3aa authored about 5 years ago
Bumping version to 0.2.0

aaeff01e7447c3be643352b5edbd665b341d331e authored about 5 years ago
Add macos support

f3459ebdd1680d3329ab9f8e9436f6e397529f5c authored about 5 years ago
Bumping version to v0.1.3

b1abab65f0fa3b16291e0cf7fc10f9b4817d7cc6 authored almost 6 years ago
Added escape key detection for windows.

d5df1cf379b19dd3be8193d74351c340b7ad1f7f authored almost 6 years ago
Bumping version to 0.1.2

209963f071f1792738eb307b41a8d0c7833affd1 authored almost 6 years ago
Fixing memory leak from not freeing memory from XGetKeyboardMapping

c20f52c6cded08de0e0def288ea0473456d03978 authored almost 6 years ago
Bumping version to v0.1.1

569124c475edb444bd98a14e5960b547397a390e authored almost 6 years ago
Add Clone trait to Keycode

Ease the result value usage to avoid use after move.

265beb8f2ded1124fb787139d6e708399eb497d0 authored almost 6 years ago
Updating Cargo.toml file

e9c1d1987a6e2490afa6a43615c2552fbfcfa8fd authored almost 7 years ago
Create LICENSE

2695b8b81235d75e9d0c1abc95433662e5138509 authored almost 7 years ago
Making test no-run since CI will fail (no mouse or keyboard to query)

48928bbd8245e1265497abbdacecf315e2783de0 authored almost 7 years ago
Adding a test example and removing needless public exports

b26da9d8b601950e85533ea9e5d04c510799fe3d authored almost 7 years ago
Merge pull request #6 from ostrosco/develop

Documentation updates and minor refactors

8e91f3a7e9c03791f1de91832409e45c4574bf20 authored almost 7 years ago
Fixing typo in URL

8a4ae9e4778baa04fe15a0a566f7aa0817a442f2 authored almost 7 years ago
Adding Travis badge to README

a2212b6f52af0a34fdf24fe0d0d2cd37b9548972 authored almost 7 years ago
Adding nightly build to Travis CI

993f36ce5d79d2e2107db16ef4db582c3c6f1f6e authored almost 7 years ago
Adding travis file for CI

243be3f3573bab305a2b1e2cb7ab627a2de02068 authored almost 7 years ago
Fixing issues with unsafe refactor on Windows side

44c850605e584cbdb6aeae5fdf8e93354efceaef authored almost 7 years ago
Adding more documentation and changed unsafe blocks to not encompass the whole function

e5ee4a7ea0a9d492ff7d1a1f8000a5653564070e authored almost 7 years ago
Create README.md

63bebb767d3f2a73b4ad195029b035dba590e19c authored almost 7 years ago
Merge pull request #5 from ostrosco/develop

Fleshing out Windows support for device_query

7fadd1baeec856f168a19ebe33712e17f9845f41 authored almost 7 years ago
Fleshing out Windows support for device_query

- Windows library now returns all keycodes that we currently support
- Added PartialEq to MouseS...

9cee37ce2ab7170529bd62444d2939ce7af49437 authored almost 7 years ago
Merge pull request #4 from ostrosco/develop

Removing MacOS support and fleshing out Linux keymap

3fa191d142cb71af62cb26eb22e599fb4a2da3cf authored almost 7 years ago
Merge branch 'develop' of github.com:ostrosco/device_query

0568e539946cbe5d537e492fe1656f8917f5ea15 authored almost 7 years ago
Fleshing out the Linux keycode mapping and adding shift support

886f1f001b7ef596dc446d423807a305161aeeb8 authored almost 7 years ago
Merge pull request #3 from ostrosco/develop

Removing MacOS support

c16946390e39e03047e09a8935d4ee3bbf2ddcf7 authored almost 7 years ago
Merge branch 'develop' of github.com:ostrosco/device_query into develop

61d4e1ceb0bb0233d5ad7f2e17930d1f72953dd8 authored almost 7 years ago
Removing MacOS support as I don't have a Mac to do it

d6ab187ab33dedec6e06774c375e41915b88a5d4 authored almost 7 years ago
Merge branch 'develop' of github.com:ostrosco/mouse_coords

5e920f94fac1f7be2a60318fc55720475e15009d authored almost 7 years ago
Adding proper async key handling to Windows

- We now can get async keyboard and async mouse button presses from
Windows! We aren't mapping...

e2bcefa00b6fd82ec4612a97732d57a0c405ae86 authored almost 7 years ago
Removing prints from each keycode

d46f5d83de4a0af94887ece1a7eb99e8b920554c authored almost 7 years ago
Making the field public? Maybe this will work?

9f09b7f022e6398d102bcb04448b8749f73edf70 authored almost 7 years ago
Changing name of project from mouse_coords to device_query

d2e02baeb3dab540ced41138ecd0f33102bee9c1 authored almost 7 years ago
Merge pull request #2 from ostrosco/develop

Changing name of project from mouse_coords to device_query

6ab6bbcdd2b0f4c1c7534f0133c0230af4871d20 authored almost 7 years ago
Merge pull request #1 from ostrosco/develop

Initial support for gathering key presses and mouse clicks directly from Linux

adaf92502ecd145c042b600ec58facc6593bb828 authored almost 7 years ago
Mouse query now returns mouse button information

- the mouse buttons are now returned along with the mouse coordinates
- get_keys() now returns t...

085fb39c37ea3657a79d5d9993f789f61b8a9ca9 authored almost 7 years ago
Adding initial support for key presses, but will likely switch to events

59a58f5fcf24e6f810eba3c85b5010ab8f48c2c3 authored almost 7 years ago
Initial testing on Linux keyboard input, making progress

4cab061de2de654b7843642b4ea712dc4f5b90e5 authored almost 7 years ago
Fixing typo in Cargo.toml to include winapi

8366950a7cc7defae7f063c95200fa621167bac5 authored almost 7 years ago
Adding Windows support for querying mouse position

- Windows support now exists for getting the mouse position
- Fixed some build issues in Windows...

7bf296b5ce6588e6c768bc4d63af03f2786efe27 authored almost 7 years ago
Adding empty files for other OSes we'll need to support

83bf76855208ee2648ce7482ce8c3fa9fd1ac153 authored almost 7 years ago
Removing needless libraries from build script

70eef64b866d1716ee57f74db8ecdd0701c152e4 authored almost 7 years ago
Made a new trait for getting coordinates

- Added the MouseQuery trait to provide an OS-agnostic interface to
getting the mouse coordinates

89d3efb62fc5544bb17892ac2c1b5bf062d3a5f5 authored almost 7 years ago
Removing mouse coords variable

5f9bea67c0f830f4bffc473c3f49b317d6dca854 authored almost 7 years ago
Initial commit of coordinate gathering in Linux

98e427cb62cbec676830cc9c78d0b006e9816b78 authored almost 7 years ago