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 void
GlobalScreen. addNativeMouseMotionListener(NativeMouseMotionListener listener)
Adds the specified native mouse motion listener to receive mouse motion events from the native system.static void
GlobalScreen. 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 class
NativeHookDemo
A 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 interface
NativeMouseInputListener
A 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 class
NativeMouseInputAdapter
Deprecated.No need to extend this class, implement theNativeMouseInputListener
interface insteadclass
NativeMouseMotionAdapter
Deprecated.No need to extend this class, implement theNativeMouseMotionListener
interface instead
-