Optimize files that #include input.h header
This commit is contained in:
parent
77579f93e6
commit
eb019511ed
62 changed files with 178 additions and 108 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue