Fix NOTIFICATION_OS_IME_UPDATE docs on platforms
This commit is contained in:
parent
7864ac8019
commit
afaf834bb3
2 changed files with 2 additions and 2 deletions
|
|
@ -121,7 +121,7 @@
|
|||
</constant>
|
||||
<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).
|
||||
Specific to the macOS platform.
|
||||
Implemented on desktop and web platforms.
|
||||
</constant>
|
||||
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
|
||||
Notification received from the OS when the application is resumed.
|
||||
|
|
|
|||
|
|
@ -1298,7 +1298,7 @@
|
|||
</constant>
|
||||
<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).
|
||||
Implemented only on macOS.
|
||||
Implemented on desktop and web platforms.
|
||||
</constant>
|
||||
<constant name="NOTIFICATION_APPLICATION_RESUMED" value="2014">
|
||||
Notification received from the OS when the application is resumed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue