-Translation text will change automatically for in-game buttons, labels, poups when translation is changed.
-Added a NOTIFICATION_TRANSLATION_CHANGED for controls that need custom code -Sorry, editor will not update automatically because it uses a different translatio method.
This commit is contained in:
parent
e9bb65db81
commit
1f8451001d
10 changed files with 72 additions and 31 deletions
|
|
@ -54,6 +54,7 @@ public:
|
|||
NOTIFICATION_WM_QUIT_REQUEST = 7,
|
||||
NOTIFICATION_WM_UNFOCUS_REQUEST = 8,
|
||||
NOTIFICATION_OS_MEMORY_WARNING = 9,
|
||||
NOTIFICATION_TRANSLATION_CHANGED = 10,
|
||||
};
|
||||
|
||||
virtual void input_event( const InputEvent& p_event );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue