mirror of
https://github.com/godotengine/godot.git
synced 2026-04-19 18:31:25 +00:00
Style: Apply clang-format grouping rules
This commit is contained in:
parent
764bda8d6c
commit
e33e98a26f
260 changed files with 482 additions and 448 deletions
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
#include "android_input_handler.h"
|
||||
|
||||
#include "core/input/input.h"
|
||||
|
||||
#include "android_keys_utils.h"
|
||||
#include "display_server_android.h"
|
||||
|
||||
#include "core/input/input.h"
|
||||
|
||||
void AndroidInputHandler::process_joy_event(AndroidInputHandler::JoypadEvent p_event) {
|
||||
switch (p_event.type) {
|
||||
case JOY_EVENT_BUTTON:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue