Uses of Class
com.github.kwhat.jnativehook.mouse.NativeMouseWheelEvent
-
Packages that use NativeMouseWheelEvent Package Description com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
-
Uses of NativeMouseWheelEvent in com.github.kwhat.jnativehook.example
Methods in com.github.kwhat.jnativehook.example with parameters of type NativeMouseWheelEvent Modifier and Type Method Description void
NativeHookDemo. nativeMouseWheelMoved(NativeMouseWheelEvent e)
-
Uses of NativeMouseWheelEvent in com.github.kwhat.jnativehook.mouse
Methods in com.github.kwhat.jnativehook.mouse with parameters of type NativeMouseWheelEvent Modifier and Type Method Description protected MouseWheelEvent
SwingMouseWheelAdapter. getJavaMouseWheelEvent(NativeMouseWheelEvent nativeEvent)
default void
NativeMouseWheelListener. nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
Invoked when the mouse wheel is rotated.void
SwingMouseWheelAdapter. nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
-