Move global_menu_* methods to a separate NativeMenu class.

This commit is contained in:
bruvzg 2024-01-19 19:41:01 +02:00
parent a07dd0d6a5
commit c65a667924
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
36 changed files with 3500 additions and 1738 deletions

View file

@ -76,6 +76,7 @@ class DisplayServerAndroid : public DisplayServer {
RenderingContextDriver *rendering_context = nullptr;
RenderingDevice *rendering_device = nullptr;
#endif
NativeMenu *native_menu = nullptr;
ObjectID window_attached_instance_id;