ezinput 0.2.1

Easier joystick, mouse and keyboard input handling in Bevy
Documentation

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"