mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Define kDeleteKeyCode for use in key handling.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
extern unichar kDeleteKeyCode;
|
||||
|
||||
@interface NSEvent (RSCore)
|
||||
|
||||
- (void)rs_getCommandKeyDown:(BOOL *)commandKeyDown optionKeyDown:(BOOL *)optionKeyDown controlKeyDown:(BOOL *)controlKeyDown shiftKeyDown:(BOOL *)shiftKeyDown;
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#import "NSString+RSCore.h"
|
||||
|
||||
|
||||
unichar kDeleteKeyCode = 127;
|
||||
|
||||
@implementation NSEvent (RSCore)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user