diff options
Diffstat (limited to 'platform/macos/godot_content_view.h')
-rw-r--r-- | platform/macos/godot_content_view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/godot_content_view.h b/platform/macos/godot_content_view.h index e660285e49..0d18ac742a 100644 --- a/platform/macos/godot_content_view.h +++ b/platform/macos/godot_content_view.h @@ -64,6 +64,7 @@ bool mouse_down_control; bool ignore_momentum_scroll; bool last_pen_inverted; + bool ime_suppress_next_keyup; id layer_delegate; } |