Leafwing-Studios / leafwing-input-manager

A straightforward stateful input manager for the Bevy game engine.
Apache License 2.0
686 stars 106 forks source link

Small mistake in the docs for Rotation micro_degrees #528

Closed NotLoose closed 4 months ago

NotLoose commented 4 months ago

Problem

The docs for the micro_degrees field in Rotation say it is measured clockwise from midnight, when it is actually measured counterclockwise from the x-axis, similar to the radians and degrees based methods.

Fix

See my PR :^)