< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_MouseEvent.h

Print this page

        

*** 37,46 **** --- 37,47 ---- 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 >