Skip to content

Commit 7ad0636

Browse files
committed
Merge pull request #111863 from kitbdev/fix-IME-UPDATE-description
Fix `NOTIFICATION_OS_IME_UPDATE` docs on platform availability
2 parents 80d06f1 + afaf834 commit 7ad0636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/classes/MainLoop.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</constant>
122122
<constant name="NOTIFICATION_OS_IME_UPDATE" value="2013">
123123
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string).
124-
Specific to the macOS platform.
124+
Implemented on desktop and web platforms.
125125
</constant>
126126
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
127127
Notification received from the OS when the application is resumed.

doc/classes/Node.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@
12981298
</constant>
12991299
<constant name="NOTIFICATION_OS_IME_UPDATE" value="2013">
13001300
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string).
1301-
Implemented only on macOS.
1301+
Implemented on desktop and web platforms.
13021302
</constant>
13031303
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
13041304
Notification received from the OS when the application is resumed.

0 commit comments

Comments
 (0)