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 voidNativeHookDemo. 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 MouseWheelEventSwingMouseWheelAdapter. getJavaMouseWheelEvent(NativeMouseWheelEvent nativeEvent)default voidNativeMouseWheelListener. nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)Invoked when the mouse wheel is rotated.voidSwingMouseWheelAdapter. nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)
-