macOS: support for key repeat events in keymaps

Differential Revision: https://developer.blender.org/D8882
This commit is contained in:
Yevgeny Makarov 2020-10-01 11:50:10 +02:00 committed by Brecht Van Lommel
parent 63c906e0a7
commit bcc6baec24
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleKeyEvent(void *eventPtr)
keyCode,
ascii,
utf8_buf,
false));
[event isARepeat]));
#if 0
printf("Key down rawCode=0x%x charsIgnoringModifiers=%c keyCode=%u ascii=%i %c utf8=%s\n",
[event keyCode],