Merge pull request #111863 from kitbdev/fix-IME-UPDATE-description

Fix `NOTIFICATION_OS_IME_UPDATE` docs on platform availability
This commit is contained in:
Thaddeus Crews
2025-10-21 10:27:12 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
</constant> </constant>
<constant name="NOTIFICATION_OS_IME_UPDATE" value="2013"> <constant name="NOTIFICATION_OS_IME_UPDATE" value="2013">
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string). 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.
</constant> </constant>
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014"> <constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
Notification received from the OS when the application is resumed. Notification received from the OS when the application is resumed.

View File

@ -1298,7 +1298,7 @@
</constant> </constant>
<constant name="NOTIFICATION_OS_IME_UPDATE" value="2013"> <constant name="NOTIFICATION_OS_IME_UPDATE" value="2013">
Notification received from the OS when an update of the Input Method Engine occurs (e.g. change of IME cursor position or composition string). 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.
</constant> </constant>
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014"> <constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
Notification received from the OS when the application is resumed. Notification received from the OS when the application is resumed.