diff --git a/UI/NativeApp.cpp b/UI/NativeApp.cpp index fbfcc4acf4..2f5230f012 100644 --- a/UI/NativeApp.cpp +++ b/UI/NativeApp.cpp @@ -884,7 +884,8 @@ bool NativeAxis(const AxisInput &axis) { return false; default: - return false; + // Don't take over completely! + return screenManager->axis(axis); } //figure out the sensitivity of the tilt. (sensitivity is originally 0 - 100)