2 unstable releases

0.2.0 Jan 24, 2022
0.1.0 Jan 22, 2022

#16 in #joystick

Download history 16/week @ 2024-02-19 21/week @ 2024-02-26 7/week @ 2024-03-04 16/week @ 2024-03-11 7/week @ 2024-03-18

52 downloads per month
Used in ezinput

MIT license

2KB

EZInput

Easier joystick, mouse and keyboard input handling in Bevy

Table of contents

  1. Getting started
  2. Examples
  3. Documentation

Getting Started

From GitHub

Add the following to your Cargo.toml:

[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }

From crates.io

version

Add the following to your Cargo.toml (replace x.y with the latest version):

[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"

Dependencies

~1.5MB
~33K SLoC