clutter: Fix event axes array indices in axis broadcasts
A clutter event's axes array is indexed by ClutterInputAxis
.
However, a few lines accidentally use ClutterInputAxisFlags
as
indices, reading incorrect values from elsewhere in memory. As a
result, broadcasted axis values for the tilt, rotation, and wheel
axes don't reflect actual event data.
Fixes: #1982 (closed)