Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Usare nativamente il mouse con Java - Mouse.h

Mouse.h

Caricato da: Netarrow
Scarica il programma completo

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class Mouse */
  4.  
  5. #ifndef _Included_Mouse
  6. #define _Included_Mouse
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. #undef Mouse_BUTTON_1
  11. #define Mouse_BUTTON_1 0L
  12. #undef Mouse_BUTTON_2
  13. #define Mouse_BUTTON_2 1L
  14. #undef Mouse_BUTTON_3
  15. #define Mouse_BUTTON_3 2L
  16. /*
  17.  * Class:     Mouse
  18.  * Method:    SetCursorPos
  19.  * Signature: (II)V
  20.  */
  21. JNIEXPORT void JNICALL Java_Mouse_SetCursorPos
  22.   (JNIEnv *, jclass, jint, jint);
  23.  
  24. /*
  25.  * Class:     Mouse
  26.  * Method:    ClickPoint
  27.  * Signature: (III)V
  28.  */
  29. JNIEXPORT void JNICALL Java_Mouse_ClickPoint
  30.   (JNIEnv *, jclass, jint, jint, jint);
  31.  
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif