You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
@@ -72,7 +72,7 @@ public:
|
||||
// that don't affect the project's behavior in headless mode.
|
||||
|
||||
int get_screen_count() const override { return 0; }
|
||||
int get_primary_screen() const override { return 0; };
|
||||
int get_primary_screen() const override { return 0; }
|
||||
Point2i screen_get_position(int p_screen = SCREEN_OF_MAIN_WINDOW) const override { return Point2i(); }
|
||||
Size2i screen_get_size(int p_screen = SCREEN_OF_MAIN_WINDOW) const override { return Size2i(); }
|
||||
Rect2i screen_get_usable_rect(int p_screen = SCREEN_OF_MAIN_WINDOW) const override { return Rect2i(); }
|
||||
@@ -141,7 +141,7 @@ public:
|
||||
|
||||
void window_request_attention(WindowID p_window = MAIN_WINDOW_ID) override {}
|
||||
void window_move_to_foreground(WindowID p_window = MAIN_WINDOW_ID) override {}
|
||||
bool window_is_focused(WindowID p_window = MAIN_WINDOW_ID) const override { return true; };
|
||||
bool window_is_focused(WindowID p_window = MAIN_WINDOW_ID) const override { return true; }
|
||||
|
||||
bool window_can_draw(WindowID p_window = MAIN_WINDOW_ID) const override { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user