< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/LWCToolkit.h

Print this page

        

@@ -40,10 +40,11 @@
 
 @interface AWTToolkit : NSObject { }
 + (long) getEventCount;
 + (void) eventCountPlusPlus;
 + (jint) scrollStateWithEvent: (NSEvent*) event;
++ (BOOL) hasPreciseScrollingDeltas: (NSEvent*) event;
 @end
 
 /*
  * Utility Macros
  */
< prev index next >