< prev index next >

src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 137,148 **** * Method: mouseEvent * Signature: (IIIIZZ)V */ JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CRobot_mouseEvent ! (JNIEnv *env, jobject peer, ! jint displayID, jint mouseLastX, jint mouseLastY, jint buttonsState, jboolean isButtonsDownState, jboolean isMouseMove) { JNF_COCOA_ENTER(env); // This is the native method called when Robot mouse events occur. --- 137,147 ---- * Method: mouseEvent * Signature: (IIIIZZ)V */ JNIEXPORT void JNICALL Java_sun_lwawt_macosx_CRobot_mouseEvent ! (JNIEnv *env, jobject peer, jint mouseLastX, jint mouseLastY, jint buttonsState, jboolean isButtonsDownState, jboolean isMouseMove) { JNF_COCOA_ENTER(env); // This is the native method called when Robot mouse events occur.
< prev index next >