100101102103104105106107
CropMode getCropMode() { return cropMode; } Action getLeftAction() { RotorControl control = hiddenRotorMode.getControl(); return control.getLeftAction(); }
105106107108109110111112
RotorControl control = hiddenRotorMode.getControl(); return control.getLeftAction(); } Action getRightAction() { RotorControl control = hiddenRotorMode.getControl(); return control.getRightAction(); }