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 void
GlobalScreen. addNativeMouseListener(NativeMouseListener listener)
Adds the specified native mouse listener to receive mouse events from the native system.static void
GlobalScreen. 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 class
NativeHookDemo
A 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 interface
NativeMouseInputListener
A 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 class
NativeMouseAdapter
Deprecated.No need to extend this class, implement theNativeMouseListener
interface insteadclass
NativeMouseInputAdapter
Deprecated.No need to extend this class, implement theNativeMouseInputListener
interface insteadclass
SwingMouseAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.class
SwingMouseWheelAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
-