Properly handle tab navigation for most controls on wxOSX #17341.

This commit is contained in:
Steve Browne
2017-06-05 01:10:53 -04:00
parent ff44703871
commit 8bca6deda3
2 changed files with 40 additions and 0 deletions

View File

@@ -129,6 +129,8 @@ public :
void InstallEventHandler( WXWidget control = NULL );
virtual bool ShouldHandleKeyNavigation(const wxKeyEvent &event) const;
bool DoHandleKeyNavigation(const wxKeyEvent &event);
virtual bool DoHandleMouseEvent(NSEvent *event);
virtual bool DoHandleKeyEvent(NSEvent *event);
virtual bool DoHandleCharEvent(NSEvent *event, NSString *text);