< prev index next >

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

Print this page

        

@@ -39,10 +39,12 @@
 extern jint* gButtonDownMasks;
 
 @interface AWTToolkit : NSObject { }
 + (long) getEventCount;
 + (void) eventCountPlusPlus;
++ (jint) scrollStateWithPhase: (NSEventPhase) phase
+            withMomentumPhase: (NSEventPhase) momentumPhase;
 @end
 
 /*
  * Utility Macros
  */
< prev index next >