Skip to content

Releases: LemLib/Gamepad

v0.2.0: New button events

25 Oct 18:09
05cc31f
Compare
Choose a tag to compare
Pre-release

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

  • @PA055 made their first contribution in #20

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial Pre-Release!

11 Sep 18:56
e44a8e7
Compare
Choose a tag to compare
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