spiegel-keyman/mac/Keyman4MacIM/Keyman4MacIM/KeySender.h
sgschantz 8fa8275584 fix(mac): change to unified logging
delete commented out code and unimplemented method
2024-05-20 08:42:32 +07:00

23 lines
421 B
Objective-C

/**
* Keyman is copyright (C) SIL International. MIT License.
*
* KeySender.h
* Keyman
*
* Created by Shawn Schantz on 2023-04-17.
*
*/
NS_ASSUME_NONNULL_BEGIN
extern const CGKeyCode kKeymanEventKeyCode;
@interface KeySender : NSObject
- (instancetype)init;
- (void)sendBackspaceforEventSource:(CGEventSourceRef)eventSource;
- (void)sendKeymanKeyCodeForEvent:(NSEvent *)event;
@end
NS_ASSUME_NONNULL_END