src/macosx/native/sun/awt/AWTView.h

Print this page

        

*** 50,62 **** --- 50,65 ---- BOOL fEnablePressAndHold; BOOL fInPressAndHold; BOOL fPAHNeedsToSelect; id cglLayer; // is a sublayer of view.layer + + BOOL mouseIsOver; } @property (nonatomic, retain) id cglLayer; + @property (nonatomic) BOOL mouseIsOver; - (id) initWithRect:(NSRect) rect platformView:(jobject)cPlatformView windowLayer:(CALayer*)windowLayer; - (void) deliverJavaMouseEvent: (NSEvent *) event; - (void) resetTrackingRect; - (void) deliverJavaKeyEventHelper: (NSEvent *) event;