< prev index next >

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

Print this page

        

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