< prev index next >

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

Print this page

        

*** 38,47 **** --- 38,48 ---- extern jint* gButtonDownMasks; @interface AWTToolkit : NSObject { } + (long) getEventCount; + (void) eventCountPlusPlus; + + (jint) scrollStateWithEvent: (NSEvent*) event; @end /* * Utility Macros */
< prev index next >