mirror of https://github.com/libsdl-org/SDL.git
Make it easier to enable IME debug logs
This commit is contained in:
parent
9a607e886e
commit
3b8cb62283
|
|
@ -30,8 +30,11 @@
|
||||||
|
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
|
|
||||||
// #define DEBUG_IME NSLog
|
#if 0
|
||||||
|
#define DEBUG_IME NSLog
|
||||||
|
#else
|
||||||
#define DEBUG_IME(...)
|
#define DEBUG_IME(...)
|
||||||
|
#endif
|
||||||
|
|
||||||
@interface SDL3TranslatorResponder : NSView <NSTextInputClient>
|
@interface SDL3TranslatorResponder : NSView <NSTextInputClient>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue