Rolls the camera when zoomed in.
int get roll => get(35).toInt();
set roll(int value) => set(35, value.toDouble());