godot/platform/android/java/lib/src/org/godotengine/godot/input
Rémi Verschelde 3b11e33a09
clang-format: Disable alignment of operands, too unreliable
Sets `AlignOperands` to `DontAlign`.

`clang-format` developers seem to mostly care about space-based indentation and
every other version of clang-format breaks the bad mismatch of tabs and spaces
that it seems to use for operand alignment. So it's better without, so that it
respects our two-tabs `ContinuationIndentWidth`.
2021-10-28 15:19:35 +02:00
..
GodotEditText.java clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
GodotGestureHandler.java Switch to input buffering on Android 2021-08-13 11:45:50 +02:00
GodotInputHandler.java Switch to input buffering on Android 2021-08-13 11:45:50 +02:00
GodotTextInputWrapper.java Switch to input buffering on Android 2021-08-13 11:45:50 +02:00
InputManagerCompat.java Remove redundant interface modifiers from Android Java code 2021-07-02 09:37:45 +01:00
InputManagerV16.java Remove redundant explicit types in Godot Java code 2021-07-02 17:45:30 +01:00
Joystick.java Remove redundant explicit types in Godot Java code 2021-07-02 17:45:30 +01:00