You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix NOTIFICATION_OS_IME_UPDATE docs on platforms
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user