Module com.github.kwhat.jnativehook
Interface NativeMouseInputListener
- All Superinterfaces:
EventListener,NativeMouseListener,NativeMouseMotionListener
- All Known Implementing Classes:
NativeHookDemo,NativeMouseInputAdapter
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:
-
Method Summary
Methods inherited from interface com.github.kwhat.jnativehook.mouse.NativeMouseListener
nativeMouseClicked, nativeMousePressed, nativeMouseReleasedMethods inherited from interface com.github.kwhat.jnativehook.mouse.NativeMouseMotionListener
nativeMouseDragged, nativeMouseMoved