git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reviewed by me
[WebKit-https.git]
/
WebKit
/
Misc.subproj
/
WebNSEventExtras.h
1
/*
2
WebNSEventExtras.h
3
Copyright (c) 2003, Apple, Inc. All rights reserved.
4
*/
5
6
#import <AppKit/AppKit.h>
7
8
@interface NSEvent (WebExtras)
9
10
-(BOOL)_web_isTabKeyEvent;
11
12
@end