summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/view/GameControllerInput.java
Commit message (Collapse)AuthorAgeFilesLines
* Update ApiDemos to use new input source checkMichael Wright2013-03-111-7/+3
| | | | Change-Id: Iab20881dca49cfef66fa35396942cdb5045137aa
* Improve GameControllerInput demo with input device listeners.Jeff Brown2012-04-121-12/+69
| | | | | | | | | | Improves the demo to use the new InputManager API for receiving notifications when input devices are added, removed or changed. For example, a game could listen for when new joysticks are connected or disconnected. Change-Id: I8ac35206d4f00011145d74c78e91d720aec8f21c
* ApiDemos: Fix array indexing bug in game controller demo.Jeff Brown2011-06-301-4/+5
| | | | Change-Id: Ic7f1ce8bed39b2c10dd0e583c3ad118095f14752
* Update samples to use new getMotionRanges() API.Jeff Brown2011-03-081-2/+19
| | | | Change-Id: I6b67b7cd1f739b5b52ac32745f52bf0a092480a0
* Add a sample to demonstrate game controller usage.Jeff Brown2011-02-241-0/+449
Change-Id: I86a91916a39f3a211b06016b163f8d4a6d4a5a3b