Files
godot/scene/gui
Rémi Verschelde ad4b910a10 Minimize include dependencies of display_server.h
- Removes `native_menu.h` dependency from `display_server.h`.
  It's now forward-declared in all DisplayServer implementations and should
  be included in the .cpp's.
- Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to
  having to include them explicitly in half the scene and editor codebase...
  which shows how much we depend on `display_server.h`.
- Forward-declare `input_event.h`, so now we need only `keyboard.h`.
2026-02-17 19:45:31 +01:00
..
2025-09-19 20:34:41 +02:00
2026-02-05 19:47:56 -06:00
2025-08-29 20:43:51 -07:00
2025-08-12 04:11:33 -07:00
2026-02-09 20:14:55 +08:00
2026-01-29 08:29:12 +01:00