ogc: rotate mouse cursor to match wiimote orientation
Set a rotation on the mouse cursor to match the wiimote angle. Note that
we do this only with the default hand-shaped cursor: if the application
has set a different cursor, we should not rotate it.
NOTE: this PR depends on https://github.com/devkitPro/SDL/pull/65, so it should be merged after it. It consists of the last commit only.
ogc: rotate mouse cursor to match wiimote orientation
Set a rotation on the mouse cursor to match the wiimote angle. Note that we do this only with the default hand-shaped cursor: if the application has set a different cursor, we should not rotate it.
Fixes: #63