Merge pull request #111863 from kitbdev/fix-IME-UPDATE-description
Fix `NOTIFICATION_OS_IME_UPDATE` docs on platform availability
This commit is contained in:
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user