diff options
Diffstat (limited to 'src/newt/native/NewtMacWindow.m')
-rwxr-xr-x | src/newt/native/NewtMacWindow.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/newt/native/NewtMacWindow.m b/src/newt/native/NewtMacWindow.m index 1c1aecc47..146c04de1 100755 --- a/src/newt/native/NewtMacWindow.m +++ b/src/newt/native/NewtMacWindow.m @@ -99,6 +99,14 @@ jint GetDeltaY(NSEvent *event, jint javaMods) { [next rightMouseDown: theEvent]; } } + +/** FIXME: Tried child window: message reception .. +- (void)viewWillDraw +{ + fprintf(stderr, "*************** viewWillDraw: 0x%p", javaWindowObject); fflush(stderr); + [super viewWillDraw]; +} */ + @end static jmethodID sendMouseEventID = NULL; |