Module com.github.kwhat.jnativehook
Interface NativeMouseInputListener
-
- All Superinterfaces:
EventListener
,NativeMouseListener
,NativeMouseMotionListener
- All Known Implementing Classes:
NativeHookDemo
,NativeMouseInputAdapter
public interface NativeMouseInputListener extends NativeMouseListener, NativeMouseMotionListener
A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.- Since:
- 1.0
- Version:
- 2.0
- Author:
- Alexander Barker (alex@1stleg.com)
- See Also:
NativeMouseEvent
-
-
Method Summary
-
Methods inherited from interface com.github.kwhat.jnativehook.mouse.NativeMouseListener
nativeMouseClicked, nativeMousePressed, nativeMouseReleased
-
Methods inherited from interface com.github.kwhat.jnativehook.mouse.NativeMouseMotionListener
nativeMouseDragged, nativeMouseMoved
-
-