RawGamepadAxisChangedEvent

RawGamepadAxisChangedEvent

  • gamepad : bevy_ecs::entity::Entity
  • axis : bevy_input::gamepad::GamepadAxis
  • value : f32

Description

[GamepadAxis] changed event unfiltered by [GamepadSettings]

Functions

FunctionSummary
clone(_self)No Documentation 🚧
eq(_self, other)No Documentation 🚧
new(gamepad, axis_type, value) Creates a [`RawGamepadAxisChangedEvent`].