[Library] onHover
Library to provide onGenericMotionEventListener for API 12&13 and onHover Listener for Api 14+.
The onGenericMotionEventListener (API 12&13) returns one Action:
(7) ACTION_HOVER_MOVE.
The onHover (API14+) Listener returns three Actions:
(7) ACTION_HOVER_MOVE.
(9) ACTION_HOVER_ENTER.
(10) ACTION_HOVER_EXIT.
Both can be added to either the activity or a view.
Download and Unzip the onHoverLib file, copy the Jar and Xml files to your addl libs folder, refresh the libs tab (right click) and select onHover.
Library to provide onGenericMotionEventListener for API 12&13 and onHover Listener for Api 14+.
The onGenericMotionEventListener (API 12&13) returns one Action:
(7) ACTION_HOVER_MOVE.
The onHover (API14+) Listener returns three Actions:
(7) ACTION_HOVER_MOVE.
(9) ACTION_HOVER_ENTER.
(10) ACTION_HOVER_EXIT.
Both can be added to either the activity or a view.
Download and Unzip the onHoverLib file, copy the Jar and Xml files to your addl libs folder, refresh the libs tab (right click) and select onHover.
Attachments
Last edited: