Cleanup: add note from T85517 fix

This commit is contained in:
Campbell Barton 2021-07-27 18:12:46 +10:00
parent b331acf477
commit 5a07174ce3
1 changed files with 2 additions and 0 deletions

View File

@ -487,6 +487,8 @@ int WM_event_absolute_delta_y(const struct wmEvent *event)
/**
* Most OS's use `Ctrl+Space` / `OsKey+Space` to switch IME,
* so don't type in the space character.
*
* \note Shift is excluded from this check since it prevented typing `Shift+Space`, see: T85517.
*/
bool WM_event_is_ime_switch(const struct wmEvent *event)
{