Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 13:34
· 37 commits to main since this release

Breaking changes

InputSystem is removed and replaced by two traits ButtonsStateSource and CrankStateSource.

There are implementation of those traits for the types in playdate-sys behind the feature
flag playdate-sys-v02 (enabled by default).

crank_angle and crank_change methods are replaced by crank_angle_rad, crank_angle_deg, crank_change_rad and crank_change_deg,
for a more explicit angle unit.

Added

  • Implement From<ButtonSet> for playdate_sys::ffi::PDButtons

Documentation

  • General documentation improvements, including fixes and more documentation.