From afaf834bb3193d4001982503529548f006c585cf Mon Sep 17 00:00:00 2001 From: kit Date: Mon, 20 Oct 2025 19:37:17 -0400 Subject: [PATCH] Fix NOTIFICATION_OS_IME_UPDATE docs on platforms --- doc/classes/MainLoop.xml | 2 +- doc/classes/Node.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml index 5167f9b4143..227e1ad4223 100644 --- a/doc/classes/MainLoop.xml +++ b/doc/classes/MainLoop.xml @@ -121,7 +121,7 @@ Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string). - Specific to the macOS platform. + Implemented on desktop and web platforms. Notification received from the OS when the application is resumed. diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 210d643113b..0c6cd03170b 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -1298,7 +1298,7 @@ Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string). - Implemented only on macOS. + Implemented on desktop and web platforms. Notification received from the OS when the application is resumed.