multi-touch refers to a touch sensing surface's (trackpad or touchscreen) ability to recognize the presence of two or more points of contact with the surface (Wikipedia)
1
vote
2answers
1k views
Disabling multitouch in android
How to disable multi touch in android either by manifest or programatically?
0
votes
1answer
164 views
Multitouch: Detecting when a finger touches the screen with one finger already touching
I'm trying to make something where doing a pinch rotates an image, using the following code:
public boolean onTouchEvent(MotionEvent e) {
if(e.getPointerCount() > 1) {
if ...
1
vote
1answer
390 views
Composing a WM_TOUCH message for SendMessage(), Kinect as a multi-touch device
Before you mark this as a duplicate of this post, know that I am asking for more clarity and specificity than the answer to that question provides.
Specifically, I want to know how to, in C#, build a ...
0
votes
1answer
44 views
Android Multitouch, getting the postion data at particular time (without regard of it's history)
I am having probs with multitouch on android and I believed I worked it out, however problems appear to still arise sometimes. I know there are many answers to similar questions (here and elsewhere) ...
0
votes
1answer
390 views
Qt Multi-Touch with qTUIO and mtdev2tuio embedded linux
I have an embedded linux project where I want to use multi-touch with Qt.
I've been looking at qTUIO ( https://github.com/x29a/qTUIO ) and it looks great.
I cross-compiled the qTUIO library and ...
1
vote
0answers
87 views
Is it possible for an Adobe AIR app to receive touch events in OS X?
I'm working on software in OS X that receives touches from a multi-touch device and posts them to the system for applications to process. I was hoping that it would be possible to support Adobe AIR ...
0
votes
2answers
260 views
“Parse” touch events in Firefox
I've got a demo that is required to run in Firefox on a Windows 7 touch tablet. According to this, Mozilla has implemented a standardized touch API. However, this does not work on a windows 7 tablet. ...
2
votes
1answer
424 views
Android Smooth Multi-touch Drawing
I'm trying make a simple Drawing app. I'd like smooth finger drawing simple curves. And use multi-touch. I've following code:
@Override
public void onDraw(Canvas canvas) {
for (Path path : paths) ...
0
votes
2answers
126 views
Android LinearLayout Multi-Touch
I am using LinearLayout's to represent different parts of my UI. The idea is that these layouts will be in a grid arrangement. In addition, the user will be able to drag the windows around to ...
0
votes
1answer
241 views
How are Multi-Touch Buttons implemented in the Android Calculator?
I recently bought a Nexus 7 and noticed that the built-in Android Calculator uses multi-touch buttons. From what I understand, the only way to do this is to capture all your events in one view and ...
-2
votes
1answer
259 views
multitouch in WPF Not working
I'm new to multi touch programming. im using windows7, VS-2010 and WPF to develop.I follow the tutorial in this link:
...
0
votes
0answers
101 views
CSS3 WebKitCSSMatrix issue - gestureChange
I'm building a zoom & pan view with css3 Matrix3d. It works first time afterwards it breaks with out any errors.
gestureChange - event triggers first time but after that it not firing.
...
0
votes
1answer
315 views
How do I tell what type of multitouch device an MTDeviceRef is
I'm trying to write a library to get the touch events from an Apple Magic Mouse. I'm using the private framework MultitouchSupport.framework and use the code below to get a list of multitouch ...
0
votes
2answers
180 views
read x,y pixel touched ipad/iphone?
Is there anyway to detect which pixels you are touching while keeping your hand/finger on the screen (iphone/ipad)? Essentially drawing a shape of my hand (not as detailed like a fingerprint).
...
0
votes
0answers
312 views
How to start a multi touch pinch to scale on android
I have a picture in my image view and I would like to take two fingers and pinch the part of the picture that i put my fingers on. This would then "squish" the pixels. I dont know how to start this. ...
0
votes
1answer
234 views
Double tap not working in ImageView (Canvas)
I am trying to draw a Bitmap and also implement the Double Tap feature on that View.But here the problem is double tap is not working on the View where as it is working fine on the normal ImageView. ...
1
vote
2answers
255 views
Multiple touch in soundpool
How to make multiple touch in soundpool? I have 3 button. When finger slide touch button, like sound in piano? This my code :
sp = new SoundPool (5, AudioManager.STREAM_MUSIC, 0);
player1 = ...
3
votes
2answers
6k views
How to bring up the Windows 8 on-screen keyboard in a desktop app
I have a fullscreen DirectX desktop app, and would like to display the on-screen keyboard when the user taps a textbox in my game. Is there a way to do this while in fullscreen mode?
0
votes
2answers
184 views
Multiple touch events
I want to have four different areas on the screen and be able to determine if each of those areas are touched. Every area should have a corresponding boolean value that is true if touched. When one ...
0
votes
0answers
124 views
Multi touch button for play sound
I try to make play sound application with soundpool, I have 3 button for play sound, How to play multiple sound if touch slide the button? I was search tutorial, But still confused use MotionEvent. ...
0
votes
0answers
91 views
How to make multiple touch in android?
I try to make piano application using button and SoundPool. Example : I have three button, How to make play multiple sound in three button when user touch by slide the button.
This my code :
sp = new ...
0
votes
0answers
149 views
Touch Drawing on a grid
I’m new to working with touch events. I’m trying to make it so that the user can only draw to connect certain points on a grid. Do I need to change "[touches anyObject];” and have images in the ...
0
votes
0answers
97 views
Multitouch in android
I haved read:
ACTION_DOWN is called when the user’s first finger reaches the screen.
ACTION_POINTER_DOWN is called when the user touches the screen with a second, third non-primary-finger.
...
0
votes
1answer
544 views
OSMdroid long click listener/double tap
I am currently using OSMdroid.
I want to be able to mark (with the touch screen) certain points on my map.
The first option is to use long clicks. the problem is that my system recognizes scrolls as ...
2
votes
1answer
238 views
Differentiate between finger touch and hand/palm rest
Is there any technique to differentiate between finger touch and palm rest on surface while drawing on touch surface in iOS touch based os?
Edit : Added android tag as question is relevant for any ...
0
votes
0answers
248 views
android : pointerIndex out of range
I wrote an android app using processing.js ! I have problem with multitouch zoom in galaxy tab ! in mobile there's no problem but in galaxy tab whenever I try to zoom recieve this error :
FATAL ...
1
vote
3answers
2k views
How to listen for both tap and gestures at the same time in Adobe AIR for iOS?
I am making an iOS game and I need a detection for both simple tapping and gestures (swipe etc) simultaneously. In AIR, I can only see one setting for the Multitouch input mode: TOUCH_POINT (which ...
0
votes
1answer
372 views
unifying touch and click events
I'd assume this question has been asked to death, but I'm not finding anything good.
What I'd like is a unified set of events that span devices. I know the mapping isn't always 1 to 1, but just ...
0
votes
1answer
189 views
How to detect when multitouch finger moves onto child element?
My implementation works great with a mouse where I can use a delegated jQuery on("mousemove","*") handler to detect when the user mouses over something and this triggers an action.
I want to do the ...
0
votes
1answer
83 views
objective-c moving touch too fast
I am doing drawing app and I have following problem.
I have an array of points that should be drawn on screen.
in
(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; I add touched point ...
1
vote
1answer
602 views
Pinch-to-zoom as scroll wheel in web browser
I have a Windows 7 tablet (an ASUS EP121), and I am using a web browser to display a Google Maps-based web application that I have created. Basically, I want the pinch gesture to zoom the Google Map ...
0
votes
4answers
400 views
Multi touch for different views on android
If I have two buttons in my view and I want to enable OntouchListener for that two buttons at the same time,I mean touching 1st button started one task and holding that 1st button touching 2nd button ...
0
votes
0answers
160 views
Learning Multitouch for Android
I am currently writing the input system for a game, and its going to be multitouch based.
Basicly it works like this: when it registers a touch on the left side of the screen, it will log the starting ...
1
vote
0answers
97 views
iOS touches entered from outside UIView
I'm trying to build a virtual piano keyboard for iOS. One of the biggest problem's I'm having is how to handle touches that start outside a UIView and then enter it. Since the touchesBegan is being ...
1
vote
2answers
468 views
How can I rotate, zoom and drag together in an Image view, with border in Android
How can I perform rotate, zoom and drag together in an Android Imageview
1
vote
1answer
319 views
Android onscreen joystick issues
So I'm trying to build a game with an on-screen joystick that moves a bitmap around the screen. But when I hold the joystick down in any direction and keep it there, the bitmap will stop moving as ...
2
votes
1answer
548 views
Android MultiTouch crash when lifting finger
i wan't to code a live wallpaper, and i need a list of points that are currently pressed. I store the points in a SpareArray (basically the same than a HashMap, but faster).
Now, when i touch the ...
0
votes
3answers
141 views
How to get the screen dimension of a eclipse view and IJavaElement
I writed an eclipse plugin that visualize some Java classes as UML in a view part. You choose a package in the Package Explorer and after rigth click on the package you can visualized it by clicking ...
2
votes
0answers
275 views
Android image matrix and limit boundaries misbehavior
I have a problem regarding Image Scaling and Dragging in Android. I created my own view. A part of the view is a image, which is zoom- and draggable. As long as this part of the image is as big as the ...
4
votes
2answers
747 views
C# Simulating multitouch with Kinect
I have a Kinect application that I can generate 1-4 distinct screen points (Left/Right hands for up to 2 people) and I would like to be able to send each Point to the application with focus as a multi ...
0
votes
1answer
60 views
Cannot receive more than one touch in TouchMoved
I want to get the position of moving touches, so I need to get the array of touches which are moving in the TouchesMoved. I know how to get the array but the problem is that it only gets the one ...
1
vote
2answers
1k views
Disabling multi-touch on my app
For some reasons I have to disable the multi-touch feature on my app. The user can press only one button at a time, or the app would crash. Is there any way to implement this requirement?
Thanks a ...
0
votes
0answers
248 views
Crash when using OnTouchListener on a ListView (Android)
I came across a crash in Android 3.2 when trying to test out Multi-touching with a list view. I can reproduce the exception with a simple layout containing only a ListView and less than 20 lines of ...
1
vote
2answers
2k views
Android - How to handle two finger touch
The documentation say this about that:
A gesture starts with a motion event with ACTION_DOWN that provides
the location of the first pointer down. As each additional pointer
that goes down or ...
0
votes
2answers
533 views
Android multi-touch feature (up to 6 touches)
I want to know if it is possible to make an android application that features up to 6 touches simultaneously with the multi-touch option (not just two). Please can u help me to find some relevant ...
0
votes
0answers
167 views
Drawing multiple paths simultaneously using multitouch
I'm trying to draw multiple paths to a surfaceview, and for some reason when I first draw the paths start from the top left corner (as opposed to where I put my fingers). Also, when I lift my fingers ...
0
votes
2answers
225 views
MultiTouchHandler Few Errors?
Getting a few errors and not sure what to do. Please help. Trying to develop snake game in android version 1.5 and using the eclipse sdk version 4.2.0 seem that these errors are the only thing holding ...
0
votes
1answer
624 views
detect move event by index pointer in android
I am working on a multitouch program that needs to record only the movements made by the second finger or index pointer.
Now the documentation says that we can use ...
11
votes
4answers
1k views
multiple touches: touchend event fired only when a touchmove occurs
I would like to add some multitouch features to my javascript application when it is accessed from an ios device (and maybe android later).
I want to provide a shiftkey-like functionality: the user ...
2
votes
1answer
641 views
multi-touch support for android emulator, programatically
From latest SDK, multi-touch is supported via tethered phone. I'm wondering whether it is supported programatically. In other words, can we test multi-touch triggered functionalities using automated ...
