Make it easier to enable IME debug logs

This commit is contained in:
Sam Lantinga 2025-02-21 15:24:35 -08:00
parent 9a607e886e
commit 3b8cb62283
1 changed files with 4 additions and 1 deletions

View File

@ -30,8 +30,11 @@
#include <Carbon/Carbon.h>
// #define DEBUG_IME NSLog
#if 0
#define DEBUG_IME NSLog
#else
#define DEBUG_IME(...)
#endif
@interface SDL3TranslatorResponder : NSView <NSTextInputClient>
{