Crate action_maps

source ·

Modules

Macros

  • Eases the creation of large control schemes by accepting any number of tuples with with the type (A: Into<Action>, I: Into<UniversalInput>).
  • Eases the setup process for binding keys for multiplayer. The first argument is a MultiInput object, the second is a MultiScheme object, and the remaining objects are tuples containing one or more tuples of type (A: Into<Action>, I: Into<UniversalInput>).

Enums

Functions

  • Outputs a UniversalInput given a scancode
  • Rudimentary helper function to get the scan code for a key. This will hopefully be rendered obsolete in Bevy 0.13 with this PR.