winit_input_helper 0.6.0

Processes winit events, allowing input state to be queried at any time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "winit_input_helper"
repository = "https://github.com/rukai/winit_input_helper"
version = "0.6.0"
edition = "2018"
authors = ["Rukai <rubickent@gmail.com>"]
license = "MIT"
description = "Processes winit events, allowing input state to be queried at any time."
keywords = ["winit", "input", "helper", "state", "cache"]
categories = ["game-engines", "os", "gui"]

[dependencies]
winit = "0.22.0"