Centurion 4.2.0
Release notes
This version bring a joystick API, improvements to the Rect
class and minor documentation improvements.
- Added a joystick API, located in
joystick.h
. - Improved the
Rect
class.- Added
void move_to(Point<T>)
, for setting the position of the rectangle easily. - Added
T area()
, that simply returns the area of the rectangle.
- Added
- Various improvements to the Doxygen documentation, which is a work in progress.