git-subtree-dir: external/gainput git-subtree-split: 2be0a50089eafcc6fccb66142180082e48f27f4c
19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
|
|
#include <gainput/gainput.h>
|
|
|
|
#ifdef GAINPUT_PLATFORM_MAC
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
namespace gainput
|
|
{
|
|
|
|
bool MacIsApplicationKey()
|
|
{
|
|
return [[NSApplication sharedApplication] keyWindow ] != nil;
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|