Crate devcaders

Source
Expand description

Library for Rusty Devcade games using bevy!

§Input Handling

See The example for DevcadeControls

Re-exports§

pub use devcade_onboard_types;

Structs§

BackendClient
ControlState
Underlying state of DevcadeControls
DevcadeControls
SystemParam for devcade’s control buttons
NfcTagRequestComponent
Represents an inflight request to the backend for NFC tags on the reader You can spawn an entity with this component to poll the request:
NfcUserRequestComponent
Represents an inflight request to the backend for the user associated with a particular NFC tag assocation id
PlayerButton
Internal. Tuple of Player and Button

Enums§

Button
Gamepad buttons
Player
Used to specify which player’s controls to query
RequestError

Functions§

close_on_menu_buttons
Close the focused window when both menu buttons are pressed.