-
Notifications
You must be signed in to change notification settings - Fork 355
Description
I am trying to test the keyboard handling. Using your demo I get a bunch of mouse movements on the console(Inside Eclipse). But I never told the library to do that. Not sure where to remove that output. I am only implementing NativeKeyListener. i am using JNativeHook v2.1.0
Thank you
Sep 02, 2018 5:34:56 PM org.jnativehook.GlobalScreen$NativeHookThread enable
INFO: process_mouse_moved [459]: Mouse moved to 1568, 526.
Sep 02, 2018 5:34:56 PM org.jnativehook.GlobalScreen$NativeHookThread enable
INFO: hook_get_multi_click_time [208]: GetDoubleClickTime: 500.
Sep 02, 2018 5:34:56 PM org.jnativehook.GlobalScreen$NativeHookThread enable
INFO: process_mouse_moved [459]: Mouse moved to 1567, 527.
Sep 02, 2018 5:34:56 PM org.jnativehook.GlobalScreen$NativeHookThread enable
INFO: process_button_pressed [367]: Button 1 pressed 1 time(s). (1567, 527)
Sep 02, 2018 5:34:56 PM org.jnativehook.GlobalScreen$NativeHookThread enable
INFO: process_button_released [389]: Button 1 released 1 time(s). (1567, 527)