Mac: Trigger keydown events for single keystrokes (issue #664).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@799 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-09-26 16:42:42 +00:00
parent b42dc21a99
commit 2cfc1fefc0
4 changed files with 51 additions and 39 deletions

View File

@@ -80,6 +80,9 @@ struct WebDropData;
- (BOOL)isOpaque;
- (void)setFrame:(NSRect)frameRect;
// Forward the keyboard event to the editor
- (void)forwardKeyEventToEditor: (NSEvent *)theEvent;
// Register this WebView as a drag/drop target.
- (void)registerDragDrop;