Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseMotionListener
-
Packages that use NativeMouseMotionListener 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 NativeMouseMotionListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseMotionListener Modifier and Type Method Description static voidGlobalScreen. addNativeMouseMotionListener(NativeMouseMotionListener listener)Adds the specified native mouse motion listener to receive mouse motion events from the native system.static voidGlobalScreen. removeNativeMouseMotionListener(NativeMouseMotionListener listener)Removes the specified native mouse motion listener so that it no longer receives mouse motion events from the native system. -
Uses of NativeMouseMotionListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseMotionListener Modifier and Type Class Description classNativeHookDemoA demonstration of how to use the JNativeHook library. -
Uses of NativeMouseMotionListener in com.github.kwhat.jnativehook.mouse
Subinterfaces of NativeMouseMotionListener 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 NativeMouseMotionListener Modifier and Type Class Description classNativeMouseInputAdapterDeprecated.No need to extend this class, implement theNativeMouseInputListenerinterface insteadclassNativeMouseMotionAdapterDeprecated.No need to extend this class, implement theNativeMouseMotionListenerinterface instead
-