This repository was archived by the owner on Feb 16, 2025. It is now read-only.
v0.3.0
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>forplaydate_sys::ffi::PDButtons
Documentation
- General documentation improvements, including fixes and more documentation.