com.badlogic.gdx.backends.android
Class AndroidSingleTouchHandler

java.lang.Object
  extended by com.badlogic.gdx.backends.android.AndroidSingleTouchHandler
All Implemented Interfaces:
AndroidTouchHandler

public class AndroidSingleTouchHandler
extends Object
implements AndroidTouchHandler

Single touch handler for devices running <= 1.6

Author:
badlogicgames@gmail.com

Constructor Summary
AndroidSingleTouchHandler()
           
 
Method Summary
 void onTouch(android.view.MotionEvent event, AndroidInput input)
           
 boolean supportsMultitouch(android.content.Context activity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidSingleTouchHandler

public AndroidSingleTouchHandler()
Method Detail

onTouch

public void onTouch(android.view.MotionEvent event,
                    AndroidInput input)
Specified by:
onTouch in interface AndroidTouchHandler

supportsMultitouch

public boolean supportsMultitouch(android.content.Context activity)
Specified by:
supportsMultitouch in interface AndroidTouchHandler


Copyright © 2013. All Rights Reserved.