Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseWheelListener
-
Packages that use NativeMouseWheelListener 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 NativeMouseWheelListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseWheelListener Modifier and Type Method Description static void
GlobalScreen. addNativeMouseWheelListener(NativeMouseWheelListener listener)
Adds the specified native mouse wheel listener to receive mouse wheel events from the native system.static void
GlobalScreen. removeNativeMouseWheelListener(NativeMouseWheelListener listener)
Removes the specified native mouse wheel listener so that it no longer receives mouse wheel events from the native system. -
Uses of NativeMouseWheelListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseWheelListener Modifier and Type Class Description class
NativeHookDemo
A demonstration of how to use the JNativeHook library. -
Uses of NativeMouseWheelListener in com.github.kwhat.jnativehook.mouse
Classes in com.github.kwhat.jnativehook.mouse that implement NativeMouseWheelListener Modifier and Type Class Description class
NativeMouseWheelAdapter
Deprecated.No need to extend this class, implement theNativeMouseWheelListener
interface insteadclass
SwingMouseWheelAdapter
Adapter to convert NativeKeyEvents to Java KeyEvents.
-