Optimize files that #include input.h header

This commit is contained in:
Nintorch 2026-01-28 14:21:00 +05:00
parent 77579f93e6
commit eb019511ed
62 changed files with 178 additions and 108 deletions

View file

@ -3719,7 +3719,7 @@ Error Main::setup2(bool p_show_boot_logo) {
GLOBAL_GET("display/mouse_cursor/custom_image"));
if (cursor.is_valid()) {
Vector2 hotspot = GLOBAL_GET("display/mouse_cursor/custom_image_hotspot");
Input::get_singleton()->set_custom_mouse_cursor(cursor, Input::CURSOR_ARROW, hotspot);
Input::get_singleton()->set_custom_mouse_cursor(cursor, Input::CursorShape::CURSOR_ARROW, hotspot);
}
}