summaryrefslogtreecommitdiffstats
path: root/native/include/android/input.h
Commit message (Expand)AuthorAgeFilesLines
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-0/+1
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-2/+1
* Hover and stylus API cleanup.Jeff Brown2011-06-271-1/+0
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-1/+37
* Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-0/+8
* Fix an incorrect NDK function prototype.Jeff Brown2011-03-161-2/+4
* Joystick tweaks.Jeff Brown2011-03-041-0/+5
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-0/+9
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-1/+7
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-0/+30
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-25/+25
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-12/+38
* Add joystick support to framework.Jeff Brown2011-01-171-0/+3
* Add support for fallback keycodes.Jeff Brown2010-12-071-1/+9
* Rename the locked meta key constants for clarity.Jeff Brown2010-11-051-6/+6
* am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-241-0/+2
|\
| * Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-0/+2
* | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-151-1/+31
|/
* Input API review.Jeff Brown2010-09-141-4/+0
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-1/+1
* Add support for secure views.Jeff Brown2010-09-081-0/+19
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-2/+2
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-56/+0
* Input device calibration and capabilities.Jeff Brown2010-08-301-2/+0
* Add stdint.h to fix sim-engKenny Root2010-07-281-0/+1
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-3/+91
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-1/+11
* Add support for new input sources.Jeff Brown2010-07-151-97/+151
* Add initial gamepad support.Jeff Brown2010-07-131-1/+4
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-2/+3
* Add new native Looper API.Dianne Hackborn2010-07-021-5/+9
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-45/+45
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-0/+36
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-6/+36
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+500