1
vote
4answers
728 views
How to do pinch gestures on the iPhone?
How does one implement pinch gestures on the iPhone? I'm familiar with using touch events on the iPhone but I'm extremely lazy and don't want to re-invent the wheel for something a …
1
vote
3answers
92 views
C# - Multi-touch help? USB web cam input? Image Analysis?
I am trying to make a DIY touchscreen and would like to enter it into the local science fair but wanted to do it on the programing aspect of Multi-touch. My problem lies in that i …
1
vote
2answers
48 views
Windows 7 touchscreen keyboard in a WPF app
I'm building a .NET 3.5 sp1 WPF app for use on Windows 7 - is there a way to place the touchscreen keyboard in my application?
NOTE: In contrast to other similar questions I'm not …
1
vote
2answers
48 views
Programatically enable multitouch support?
I am running windows7 on my laptop, and all is well, but I am jealous of the multitouch on macs. I don't really know how all of this "works", but i'm imagining that it couldn't be …
0
votes
1answer
33 views
Flash multi-touch on Windows 7 - configurable?
I'm testing a Flash application in Windows 7 that uses the mouse wheel to perform a zoom. When I do a standard pinch gesture the app properly zooms in or out, so I'm guessing that …
1
vote
4answers
370 views
Developing for Windows Multi touch - ala the Dell Studio One 19
hey guys
I came across the Dell Studio One 19 on the web the other day, and wondered what the Dev environment for the Multi-Touch was?
Anyone out there developing for this, or kn …
3
votes
2answers
158 views
Testing Windows 7 multitouch on a dev machine without multitouch?
Is there a way to test the multitouch capability of an application using a non-multitouch enabled machine? I'd like to simulate user input for zoom, scaling and rotating during ru …
1
vote
4answers
681 views
iphone simulator using multi-touch problem
i know in iphone simulator to input using multi-touch, hold down the OPT key while using the mouse. will see two virtual fingertips.and move the mouse to pinch in and out.
my probl …
0
votes
0answers
59 views
WPF WindowsFormsHost control captures Stylus events before they bubble
I'm working on a WPF 3.5 app and attempting to add multi-touch to a some older Windows Forms content (Flash ocx control). I expected to be able to throw a WindowsFormsHost control …
1
vote
2answers
136 views
Am I supposed to be able to detect multi-finger taps this way?
This is the touchesBegan method for a view that has multiple touches enabled.
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch* touch = [touches anyO …
1
vote
4answers
230 views
tracking two fingers with TouchesMoved
Suppose I have two fingers touching iPhone's screen but just one is moving.
TouchesMoved will just show one finger (event).
How do I know which of the two fingers TouchesMoved is …
2
votes
1answer
206 views
Capturing all multitouch trackpad input in Cocoa
Using touchesBeganWithEvent, touchesEndedWithEvent, etc you can get the touch data from the multitouch trackpad, but is there a way to block that touch data from moving the mouse/a …
2
votes
3answers
1k views
How to develop multi-touch applications in Java?
Anticipating the day when multi-touch interfaces become more pervasive, are there libraries in Java that can be used for developing touch applications? I'm looking for interfaces …
3
votes
2answers
162 views
touch screen programming issue
Hello everyone,
Suppose I have a touch screen which supports single finger touch, is it very hard to use software based solution (e.g. programming to detect multi-finger touch and …
1
vote
3answers
312 views
WPF supports touch or multi-touch screen?
Hello everyone,
I am wondering whether WPF on .Net 3.5 supports touch or multi-touch for laptop? Appreciate if there are some cool Demos to show the effect.
I am using VSTS2008 + …
