ezinput 0.2.3

Easier joystick, mouse and keyboard input handling in Bevy
Documentation

ezinput

crates_io docs_rs github github

Easier joystick, mouse and keyboard input handling in Bevy

Table of contents

  1. Getting started
  2. Examples
  3. Documentation

Getting Started

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

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