< prev index next >

src/windows/native/sun/windows/awt_MouseEvent.h

Print this page

        

@@ -37,10 +37,11 @@
 public:
 
     /* java.awt.MouseEvent field ids */
     static jfieldID xID;
     static jfieldID yID;
+    static jfieldID causedByTouchEventID;
     static jfieldID buttonID;
 
 };
 
 #endif // AWT_MOUSEEVENT_H
< prev index next >