Define kDeleteKeyCode for use in key handling.
This commit is contained in:
parent
6a5e668e9d
commit
702559cfb1
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue