touch-event
Simulating Touch Screen Events on Android
Is it possible for a background process or softkeyboard to create touch events and send them to screen as if the screen was actually touched?[详细]
2023-04-13 08:00 分类:问答Overriding onTouchEvent with Flixel (Android port)
So I fol开发者_C百科lowed Mathew Casperson\'s Making Games on Android Tutorial and got a small game running a few days ago, now I am trying to switch the controls to touchscreen instead of the D-pad.[详细]
2023-04-12 15:41 分类:问答Android: catch MotionEvent across activities
I have two activities A and B. I would like to have one touch event MotionEvent.ACTION_DOWN caught in A, while still holding down, launch B, then having the release event MotionEvent.ACTION_UP be开发者[详细]
2023-04-11 02:04 分类:问答Android OnTouch events numerous Objects
ok I\'m playing w/ ontouch events extending a view. what I\'ve done is made a circle on touch.. the cirlce will follow as you move.As you move another circle is made and will sit in the postion decre[详细]
2023-04-09 15:17 分类:问答Get Canvas coordinates after scaling up/down or dragging in android
I\'m developing an application in which I\'m pasting images, doing drawing and painting on canvas. This app can also Scale up/down the canvas or drag it to different location.[详细]
2023-04-07 13:20 分类:问答Detect user touches on MKMapView in iOS 5
I have a MKMapView in a ViewController and would like to detect users\' gestures when he/she touches the map with these methods:[详细]
2023-04-07 00:58 分类:问答Implementing OnTouchListener on LinearLayout - Android Development
public class UnitConverterActivity extends Activity implements OnTouchListener { /** Called when the activity is first created. */[详细]
2023-04-06 21:04 分类:问答How to implement this in Android?
I want to add the value of tile positioning 1,0 with tile 1,1 when on touching the tile at 1,0 and 开发者_StackOverflow中文版display the result at tile 1,1. After the addition operation the tile 1,0 s[详细]
2023-04-05 22:31 分类:问答onTouchEvent onClick onLongClick calls
In our application, we handle the events in a button to record data. So initially when I use setOnLongClickListener() and setOnClickListener() together with the same button, it work fine for us.[详细]
2023-04-03 18:34 分类:问答Android onTouchListener stops receiving events when finger is moved up
I have a custom view with the following OnTouchListener assigned to it in my activity: private OnTouchListener MyOnTouchListener = new OnTouchListener() {[详细]
2023-04-03 04:49 分类:问答