Skip to content

Release 0.2.2

Compare
Choose a tag to compare
@IDEDARY IDEDARY released this 14 Jul 13:22
· 38 commits to main since this release
88cf92a

Added free cursor movement support for Gamepads to Lunex.

Changes

Now each Cursor2d requires this bundle for picking to work

PointerBundle::new(PointerId::Custom(pointer::Uuid::new_v4())),
  • Added GamepadCursor marker component, that you can add to your cursor to make it pull data from gamepad instead of mouse.

Full Changelog: 0.2.1...0.2.2