Releases: LemLib/Gamepad
v0.2.0: New button events
This release adds two new button events: onLongRelease
and onRepeatPress
. It also renames the Controller class to Gamepad, and renames the Gamepad namespace to Gamepad (note: these are breaking changes).
What's Changed
- ♻️ Rename stuff and split files by @ion098 in #19
- feat: ✨ add onLongRelease and onRepeatPress events by @PA055 in #20
- 🔖 v0.2.0 Release by @ion098 in #21
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Initial Pre-Release!
This is the very first Gamepad pre-release!
Gamepad is a controller utilities library which makes writing code that uses the controller much easier. Gamepad currently provides various event handling functions, which makes writing code that uses the controller much easier. In the future, Gamepad will have more features, such as buffered controller text setting and controller curves.
Gamepad does not currently have a documentation website, but the header files contain docs for each function.
Note: Gamepad is still in pre-release, the API is unstable and may change in future releases.
Download instructions: Download the gamepad@0.1.0.zip
file below, then run the following commands in the PROS integrated terminal:
pros c fetch gamepad@0.1.0.zip
pros c apply gamepad@0.1.0