mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Make it easier to enable IME debug logs
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
Reference in New Issue
Block a user