Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseListener
-
Packages that use NativeMouseListener Package Description com.github.kwhat.jnativehook com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
-
Uses of NativeMouseListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseListener Modifier and Type Method Description static voidGlobalScreen. addNativeMouseListener(NativeMouseListener listener)Adds the specified native mouse listener to receive mouse events from the native system.static voidGlobalScreen. removeNativeMouseListener(NativeMouseListener listener)Removes the specified native mouse listener so that it no longer receives mouse events from the native system. -
Uses of NativeMouseListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseListener Modifier and Type Class Description classNativeHookDemoA demonstration of how to use the JNativeHook library. -
Uses of NativeMouseListener in com.github.kwhat.jnativehook.mouse
Subinterfaces of NativeMouseListener in com.github.kwhat.jnativehook.mouse Modifier and Type Interface Description interfaceNativeMouseInputListenerA listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.Classes in com.github.kwhat.jnativehook.mouse that implement NativeMouseListener Modifier and Type Class Description classNativeMouseAdapterDeprecated.No need to extend this class, implement theNativeMouseListenerinterface insteadclassNativeMouseInputAdapterDeprecated.No need to extend this class, implement theNativeMouseInputListenerinterface insteadclassSwingMouseAdapterAdapter to convert NativeKeyEvents to Java KeyEvents.classSwingMouseWheelAdapterAdapter to convert NativeKeyEvents to Java KeyEvents.
-