nstd_input 0.3.0

NSTD device input crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# nstd_input

## 0.3.0

- Added `deps` feature for exposing dependencies.
- `nstd_std_input_is_mouse_{up | down}` now take an `NSTDMouseButton`.
- Reordered `NSTDMouseButton` values.
## 0.2.1
- Bumped `winit` version to 0.26.0.
- Added `NSTDRawInput` and related functions.
- `impl TryInto<VirtualKeyCode> for NSTDKey`.
## 0.2.0
- `clib` feature.
## 0.1.0
- Input related structs and enums.