From 349e5760e701750babdc0f776e51ff2672f7ed2d Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Fri, 18 Jul 2014 14:38:38 -0700 Subject: [PATCH] docs: Fixed bugs in Game Controller training doc. bug: 16375247, 14671463 Change-Id: I51f595065435c3990a979a66b402acc2b6867a1a --- .../training/game-controllers/controller-input.jd | 48 +++++++--------------- 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/docs/html/training/game-controllers/controller-input.jd b/docs/html/training/game-controllers/controller-input.jd index c9517ba1dbd7..25fcde4ae5c1 100644 --- a/docs/html/training/game-controllers/controller-input.jd +++ b/docs/html/training/game-controllers/controller-input.jd @@ -39,14 +39,15 @@ these input events by implementing the following callback methods in your active {@link android.app.Activity} or focused {@link android.view.View} (you should implement the callbacks for either the {@link android.app.Activity} or {@link android.view.View}, but not both):

-