EZInput

Easier joystick, mouse and keyboard input handling in Bevy

Table of contents

  1. Getting started
  2. Examples

Getting Started

From GitHub

Add the following to your Cargo.toml: 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): toml [dependencies] ezinput = "x.y" ezinput_macros = "x.y"